mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Increase retry timeout
This commit is contained in:
parent
7332cfa4b2
commit
f617619430
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
<summary lang="en"></summary>
|
||||
<description lang="en">Welcome to Emby for Kodi A whole new way to manage and view your media library. The Emby addon for Kodi combines the best of Kodi - ultra smooth navigation, beautiful UIs and playback of any file under the sun, and Emby - the most powerful fully open source multi-client media metadata indexer and server. Emby for Kodi is the absolute best way to enjoy the incredible Kodi playback engine combined with the power of Emby's centralized database. Features: Direct integration with the Kodi library for native Kodi speed Instant synchronization with the Emby server Full support for Movie, TV and Music collections Emby Server direct stream and transcoding support - use Kodi when you are away from home!</description>
|
||||
<news>
|
||||
- Fix service restart
|
||||
- Fix service restart
|
||||
- Prep for move to strm instead of plugin path in database
|
||||
</news>
|
||||
</extension>
|
||||
|
|
|
@ -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