Fix possible issue with youtube workaround

This commit is contained in:
calzoneman 2014-05-10 03:01:09 -05:00
parent 6c4168c675
commit 79f7e96921

View file

@ -1251,6 +1251,8 @@ function handleMediaUpdate(data) {
PLAYER.pause(); PLAYER.pause();
} }
return; return;
} else if (PLAYER.type === "yt") {
PLAYER.theYouTubeDevsNeedToFixThisShit = false;
} }
// Don't synch if leader or synch disabled // Don't synch if leader or synch disabled