From f617619430ee2f0a57b84ebb9f7ec60c520aee89 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Mon, 14 Jan 2019 02:05:37 -0600 Subject: [PATCH] Increase retry timeout --- addon.xml | 2 +- resources/lib/entrypoint/service.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addon.xml b/addon.xml index 13785887..974fd923 100644 --- a/addon.xml +++ b/addon.xml @@ -37,7 +37,7 @@ 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! - - Fix service restart + - Fix service restart - Prep for move to strm instead of plugin path in database diff --git a/resources/lib/entrypoint/service.py b/resources/lib/entrypoint/service.py index 18643360..3aee5691 100644 --- a/resources/lib/entrypoint/service.py +++ b/resources/lib/entrypoint/service.py @@ -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()