diff --git a/resources/lib/server_detect.py b/resources/lib/server_detect.py index 9e9a751..6909310 100644 --- a/resources/lib/server_detect.py +++ b/resources/lib/server_detect.py @@ -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()