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

@@ -256,7 +256,7 @@ function getSessionChatPass(id, callback) {
function setChromecastHost(id, other_id, list, callback) {
try {
console.log("settingChromecastHost: ", socket.cookie_id, msg.guid);
console.log("settingChromecastHost: ", id, other_id);
if(id == "empty" || id == undefined) {
callback();
return;