mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-09-24 00:42:07 +00:00
ABORTING LOOP
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -132,7 +132,7 @@ var Player = {
|
|||||||
}
|
}
|
||||||
if(paused)
|
if(paused)
|
||||||
{
|
{
|
||||||
socket.emit('pos', {channel: chan.toLowerCase()});
|
if(!chromecastAvailable) socket.emit('pos', {channel: chan.toLowerCase()});
|
||||||
paused = false;
|
paused = false;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user