Logging more testing to see if data is set correctly

This commit is contained in:
Kasper Rynning-Tønnesen
2018-06-04 23:54:16 +02:00
parent 2b6aee218f
commit 200ec58773
2 changed files with 3 additions and 0 deletions

View File

@@ -294,6 +294,7 @@ function getSessionAdminUser(id, list, callback) {
var userpass = "";
var adminpass = "";
if(d.length > 0) {
console.log(d);
if(d.hasOwnProperty("chromecast") && d.chromecast) {
getSessionAdminUser(d.id, list, callback);
} else {