Fix possible issue with youtube workaround
This commit is contained in:
parent
6c4168c675
commit
79f7e96921
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue