Sending channel on mobilespecs now

This commit is contained in:
Kasper Rynning-Tønnesen
2018-06-04 22:30:36 +02:00
parent b0a24d9946
commit a5b55aa692

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()})
})
}