mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Stopping a range of functions
This commit is contained in:
@@ -308,7 +308,7 @@ function chromecastListener(evt, data){
|
||||
console.log(data);
|
||||
var json_parsed = JSON.parse(data);
|
||||
switch(json_parsed){
|
||||
case "-1":
|
||||
case -1:
|
||||
socket.emit("end", {id: json_parsed.videoId, channel: chan.toLowerCase()});
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user