I'll take "hacks that shouldn't work" for 00

This commit is contained in:
calzoneman 2014-11-01 12:12:22 -05:00
parent 318a924b6d
commit b49cd1b146

View file

@ -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;
}