Fix possible issue with youtube workaround

This commit is contained in:
calzoneman 2014-05-10 03:01:09 -05:00
parent 6c4168c675
commit 79f7e96921
1 changed files with 2 additions and 0 deletions

View File

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