From 79f7e969217e72175a5bb150c86922743eb1de28 Mon Sep 17 00:00:00 2001 From: calzoneman Date: Sat, 10 May 2014 03:01:09 -0500 Subject: [PATCH] Fix possible issue with youtube workaround --- www/js/player.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/js/player.js b/www/js/player.js index 5259c549..ad92ccb0 100644 --- a/www/js/player.js +++ b/www/js/player.js @@ -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