mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-17 14:55:08 +00:00
Fix server detection
In the event the connect module encountered an issue
This commit is contained in:
parent
0ed6c8e2b0
commit
d58763504a
1 changed files with 10 additions and 9 deletions
|
@ -99,6 +99,7 @@ class InitialSetup(object):
|
||||||
# Failed to identify server
|
# Failed to identify server
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
elif 'Servers' in current_state:
|
||||||
for server in current_state['Servers']:
|
for server in current_state['Servers']:
|
||||||
if server['Id'] == settings('serverId'):
|
if server['Id'] == settings('serverId'):
|
||||||
# Update token
|
# Update token
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue