mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-12 21:26:10 +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
|
||||
return True
|
||||
|
||||
elif 'Servers' in current_state:
|
||||
for server in current_state['Servers']:
|
||||
if server['Id'] == settings('serverId'):
|
||||
# Update token
|
||||
|
|
Loading…
Reference in a new issue