Sending channel on mobilespecs now

This commit is contained in:
Kasper Rynning-Tønnesen
2018-06-04 22:30:36 +02:00
parent 8bc5d1821e
commit 3720cea40f

View File

@@ -450,7 +450,7 @@ function get_list_listener(){
});
socket.on("id_chromecast", function(msg) {
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()})
})
}