mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-26 02:36:10 +00:00
Accept manual server input instead of looping
This commit is contained in:
parent
427f3a7cd1
commit
07313a38b8
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ class Connect(object):
|
|||
LOG.debug("Adding manual server")
|
||||
try:
|
||||
self.manual_server()
|
||||
return
|
||||
except RuntimeError:
|
||||
pass
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue