mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Version bump 3.1.44
This commit is contained in:
parent
c77b8a93d9
commit
c598c3b99c
2 changed files with 4 additions and 4 deletions
|
@ -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"/>
|
||||
|
@ -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. 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>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version = "171076025"
|
||||
version = "171076026"
|
||||
|
||||
from movies import Movies
|
||||
from musicvideos import MusicVideos
|
||||
|
|
Loading…
Reference in a new issue