Skip to content

Commit

Permalink
Version bump 3.1.44
Browse files Browse the repository at this point in the history
  • Loading branch information
tamara-plante committed Jan 17, 2019
1 parent c77b8a9 commit c598c3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.43a"
version="3.1.44a"
provider-name="angelblue05">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
Expand Down Expand Up @@ -37,8 +37,8 @@
<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
- Prep for move to strm instead of plugin path in database
- Move to strm in effect, please repair your movies, series, music video libraries or reset your local database.
- All library options have to moved under Manage libraries to declutter the main listing.
</news>
</extension>
</addon>
2 changes: 1 addition & 1 deletion resources/lib/objects/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "171076025"
version = "171076026"

from movies import Movies
from musicvideos import MusicVideos
Expand Down

0 comments on commit c598c3b

Please sign in to comment.