mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-24 09:46:11 +00:00
Increase retry timeout
This commit is contained in:
parent
7332cfa4b2
commit
f617619430
2 changed files with 2 additions and 2 deletions
|
@ -272,7 +272,7 @@ class Service(xbmc.Monitor):
|
|||
if data.get('ServerId') is None:
|
||||
self.stop_default()
|
||||
|
||||
if self.waitForAbort(20):
|
||||
if self.waitForAbort(120):
|
||||
return
|
||||
|
||||
self.start_default()
|
||||
|
|
Loading…
Reference in a new issue