mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Try to fix connectionmanager
This commit is contained in:
parent
f6e5713dfe
commit
0fa91e1f5d
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@ class ConnectionManager(object):
|
|||
if self._validateAuthentication(server, connectionMode) is not False:
|
||||
return self._afterConnectValidated(server, credentials, systemInfo, connectionMode, False, options)
|
||||
|
||||
return
|
||||
return self._resolveFailure()
|
||||
|
||||
self._updateServerInfo(server, systemInfo)
|
||||
server['LastConnectionMode'] = connectionMode
|
||||
|
|
Loading…
Reference in a new issue