mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-18 14:16:13 +00:00
Fix server migration and typo
This commit is contained in:
parent
1149af84aa
commit
1a961e853b
2 changed files with 15 additions and 13 deletions
|
@ -308,7 +308,7 @@ class ConnectionManager(object):
|
|||
return self._resolveFailure()
|
||||
|
||||
try:
|
||||
publicInfo = self._tryConnect(address, options)
|
||||
publicInfo = self._tryConnect(address, options=options)
|
||||
except Exception:
|
||||
return _onFail()
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue