Fixed issue with mobile-client on password-protected list

This commit is contained in:
Kasper Rynning-Tønnesen
2018-04-08 17:41:24 +02:00
parent 58362f14bb
commit 9273576fe6
3 changed files with 14 additions and 13 deletions

View File

@@ -30,8 +30,8 @@ var showDiscovery = false;
var player_ready = false;
var viewers = 1;
var temp_user_pass = "";
var zoff_api_token = "DwpnKVkaMH2HdcpJT2YPy783SY33byF5/32rbs0+xdU=";
//var zoff_api_token = "AhmC4Yg2BhaWPZBXeoWK96DAiAVfbou8TUG2IXtD3ZQ=";
//var zoff_api_token = "DwpnKVkaMH2HdcpJT2YPy783SY33byF5/32rbs0+xdU=";
var zoff_api_token = "AhmC4Yg2BhaWPZBXeoWK96DAiAVfbou8TUG2IXtD3ZQ=";
var retry_frontpage;
var chromecast_specs_sent = false;
var dragging = false;