mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Merge pull request #166 from angelblue05/develop
Use LastConnectionMode for server test
This commit is contained in:
commit
8730d61f9b
1 changed files with 2 additions and 2 deletions
|
@ -255,8 +255,8 @@ class ConnectionManager(object):
|
|||
tests = []
|
||||
|
||||
if server.get('LastConnectionMode') is not None:
|
||||
#tests.append(server['LastConnectionMode'])
|
||||
pass
|
||||
tests.append(server['LastConnectionMode'])
|
||||
|
||||
if CONNECTION_MODE['Manual'] not in tests:
|
||||
tests.append(CONNECTION_MODE['Manual'])
|
||||
if CONNECTION_MODE['Local'] not in tests:
|
||||
|
|
Loading…
Reference in a new issue