I'll take "hacks that shouldn't work" for 00
This commit is contained in:
parent
318a924b6d
commit
b49cd1b146
|
@ -56,7 +56,7 @@ var YouTubePlayer = function (data) {
|
|||
*/
|
||||
if (ev.data === YT.PlayerState.PLAYING &&
|
||||
self.theYouTubeDevsNeedToFixThisShit) {
|
||||
PLAYER.seek(0);
|
||||
PLAYER.seek(0.000001);
|
||||
PLAYER.pause();
|
||||
self.theYouTubeDevsNeedToFixThisShit = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue