mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-07-20 13:28:59 +00:00
Change suppress to False unless really needed
This is how it really was before yesterday's commit to re-enable the optionality
This commit is contained in:
parent
d647463bb4
commit
03416513cf
4 changed files with 15 additions and 15 deletions
|
@ -211,7 +211,7 @@ class WebSocketThread(threading.Thread):
|
|||
userUrl = "http://" + host + ":" + port + "/mediabrowser/System/Info?format=json"
|
||||
|
||||
downloadUtils = DownloadUtils()
|
||||
jsonData = downloadUtils.downloadUrl(userUrl, suppress=True, popup=1 )
|
||||
jsonData = downloadUtils.downloadUrl(userUrl, suppress=False, popup=1 )
|
||||
if(jsonData == ""):
|
||||
return -1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue