mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
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:
parent
8973bca9bf
commit
4f46debd31
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue