ABORTING LOOP

This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-18 21:31:50 +01:00
parent ffc977157c
commit e0a1045252
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -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;