Skip to content

Commit

Permalink
Version bump 3.1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
tamara-plante committed Jan 11, 2019
1 parent 556dffa commit f01bf26
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 6 additions & 2 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.emby"
name="Emby"
version="3.1.36a"
version="3.1.37a"
provider-name="angelblue05">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
Expand Down Expand Up @@ -37,7 +37,11 @@
<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>
- Many fixes, including remote control issues when using Emby connect
- Preparation for improved patching system
- Prep for many upcoming fix for libraries, including fix for local dates
- Option to restart Emby for Kodi without restarting Kodi
- Updated translation, new: Dutch, Polish
- Small fixes
</news>
</extension>
</addon>
2 changes: 2 additions & 0 deletions service.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ def run(self):
session.join() # Block until the thread exits.

if 'RestartService' in session.exception:
LOG.warn("--[ RESTART ]")

continue

except Exception as error:
Expand Down

0 comments on commit f01bf26

Please sign in to comment.