Revert parental control - breaking change

I don't have any restrictions set up and this completely breaks the
addon for me...
This commit is contained in:
xnappo 2015-05-12 22:24:18 -05:00
parent 8973bca9bf
commit 4f46debd31
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ class UserClient(threading.Thread):
url = "{server}/mediabrowser/Users"
result = self.doUtils.downloadUrl(url)
if result is False or result is "":
if result is False:
# Access is restricted
self.logMsg("Access is restricted.")
self.HasAccess = False