mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Sending channel on mobilespecs now
This commit is contained in:
@@ -450,7 +450,7 @@ function get_list_listener(){
|
|||||||
});
|
});
|
||||||
socket.on("id_chromecast", function(msg) {
|
socket.on("id_chromecast", function(msg) {
|
||||||
chromecast_specs_sent = true;
|
chromecast_specs_sent = true;
|
||||||
castSession.sendMessage("urn:x-cast:zoff.me", {type: "mobilespecs", guid: msg, socketid: socket.id})
|
castSession.sendMessage("urn:x-cast:zoff.me", {type: "mobilespecs", guid: msg, socketid: socket.id, channel: chan.toLowerCase()})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user