Use correct lookup URL

This commit is contained in:
mcarlton00
2020-11-28 14:59:55 -05:00
parent 4ba0b64d2c
commit 8799c2bb5e

View File

@@ -227,7 +227,7 @@ def check_server(force=False, change_user=False, notify=False):
xbmc.executebuiltin("ActivateWindow(Home)")
return
public_lookup_url = "%s/Users/Public?format=json" % (server_url)
public_lookup_url = "%s/System/Info/Public?format=json" % (server_url)
log.debug("Testing_Url: {0}".format(public_lookup_url))
progress = xbmcgui.DialogProgress()