mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix manual server connection
This commit is contained in:
parent
2d0d21aa2b
commit
7468818598
1 changed files with 2 additions and 1 deletions
|
@ -206,7 +206,8 @@ class ConnectionManager(object):
|
|||
|
||||
tests = []
|
||||
|
||||
if server.get('LastConnectionMode') is not None:
|
||||
|
||||
if server.get('LastConnectionMode') is not None and server.get('AccessToken'):
|
||||
tests.append(server['LastConnectionMode'])
|
||||
|
||||
if CONNECTION_MODE['Manual'] not in tests:
|
||||
|
|
Loading…
Reference in a new issue