mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +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")
|
LOG.debug("Adding manual server")
|
||||||
try:
|
try:
|
||||||
self.manual_server()
|
self.manual_server()
|
||||||
|
return
|
||||||
except RuntimeError:
|
except RuntimeError:
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue