mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 02:06:09 +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:
|
if data.get('ServerId') is None:
|
||||||
self.stop_default()
|
self.stop_default()
|
||||||
|
|
||||||
if self.waitForAbort(20):
|
if self.waitForAbort(120):
|
||||||
return
|
return
|
||||||
|
|
||||||
self.start_default()
|
self.start_default()
|
||||||
|
|
Loading…
Reference in a new issue