mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Logging more testing to see if data is set correctly
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user