Skip to content

Commit

Permalink
Increase retry timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tamara-plante committed Jan 14, 2019
1 parent 7332cfa commit f617619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.&#10;&#10;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>
Expand Down
2 changes: 1 addition & 1 deletion resources/lib/entrypoint/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def onNotification(self, sender, method, data):
if data.get('ServerId') is None:
self.stop_default()

if self.waitForAbort(20):
if self.waitForAbort(120):
return

self.start_default()
Expand Down

0 comments on commit f617619

Please sign in to comment.