diff --git a/resources/lib/UserClient.py b/resources/lib/UserClient.py index 0f97d516..8cc363ab 100644 --- a/resources/lib/UserClient.py +++ b/resources/lib/UserClient.py @@ -96,10 +96,6 @@ class UserClient(threading.Thread): HTTPS = addon.getSetting('https') host = addon.getSetting('ipaddress') port = addon.getSetting('port') - # Alternate host - if addon.getSetting('altip') == "true": - host = addon.getSetting('secondipaddress') - server = host + ":" + port if host == "": diff --git a/resources/settings.xml b/resources/settings.xml index 32a2d37f..fd9facd4 100644 --- a/resources/settings.xml +++ b/resources/settings.xml @@ -2,9 +2,7 @@ - - - +