mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-14 14:16:11 +00:00
commit
c7bfb51aa0
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<addon id="plugin.video.emby"
|
<addon id="plugin.video.emby"
|
||||||
name="Emby"
|
name="Emby"
|
||||||
version="3.1.44a"
|
version="3.1.45a"
|
||||||
provider-name="angelblue05">
|
provider-name="angelblue05">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.25.0"/>
|
<import addon="xbmc.python" version="2.25.0"/>
|
||||||
|
@ -39,6 +39,7 @@
|
||||||
<news>
|
<news>
|
||||||
- Move to strm in effect, please repair your movies, series, music video libraries or reset your local 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.
|
- All library options have to moved under Manage libraries to declutter the main listing.
|
||||||
|
- Fix some playback issues, if you are having difficulties, try repairing your library once more to be safe.
|
||||||
</news>
|
</news>
|
||||||
</extension>
|
</extension>
|
||||||
</addon>
|
</addon>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version = "171076026"
|
version = "171076027"
|
||||||
|
|
||||||
from movies import Movies
|
from movies import Movies
|
||||||
from musicvideos import MusicVideos
|
from musicvideos import MusicVideos
|
||||||
|
|
Loading…
Reference in a new issue