bjmrey

Results 2 comments of bjmrey

That would be an awesome feature!

This is an infinite loop issue: `this.currentTime(0)` calls the function `setCurrentTime`in videojs-youtube, which itself triggers a `timeupdate` event. Since we are already in the `onPlayerTimeUpdate` function, this leads to infinite...