mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-11 10:46:13 +00:00
parent
9635d2f0d3
commit
ef926f94e2
2 changed files with 1 additions and 7 deletions
|
@ -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 == "":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue