mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Listener now prints
This commit is contained in:
@@ -299,6 +299,7 @@ function hide_native(way){
|
||||
}
|
||||
|
||||
function chromecastListener(event){
|
||||
console.log(event);
|
||||
switch(event.data.type){
|
||||
case -1:
|
||||
socket.emit("end", {id: event.data.videoId, channel: chan.toLowerCase()});
|
||||
|
||||
Reference in New Issue
Block a user