Sending list with also

This commit is contained in:
Kasper Rynning-Tønnesen
2018-06-04 23:48:40 +02:00
parent 82d8c0c300
commit 2b6aee218f
2 changed files with 9 additions and 9 deletions

View File

@@ -253,7 +253,7 @@ function getSessionChatPass(id, callback) {
}
function setChromecastHost(id, other_id, callback) {
function setChromecastHost(id, other_id, list, callback) {
try {
if(id == "empty" || id == undefined) {
callback();
@@ -264,6 +264,7 @@ function setChromecastHost(id, other_id, callback) {
return;
});
} catch(e) {
console.log(e);
callback(false);
}
}