Sending more values to get chromecast to think it is the mobile phone

This commit is contained in:
Kasper Rynning-Tønnesen
2018-06-05 11:02:03 +02:00
parent afde001e8e
commit b55607ec1d
3 changed files with 6 additions and 5 deletions

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, channel: chan.toLowerCase()})
castSession.sendMessage("urn:x-cast:zoff.me", {type: "mobilespecs", guid: msg.guid, socketid: msg.cookie_id, channel: chan.toLowerCase()})
})
}