diff --git a/resources/lib/emby/core/connection_manager.py b/resources/lib/emby/core/connection_manager.py index 3b56719e..62b3dce3 100644 --- a/resources/lib/emby/core/connection_manager.py +++ b/resources/lib/emby/core/connection_manager.py @@ -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: