mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Version bump 2.2.9
This commit is contained in:
parent
948015d433
commit
d6a79bf01b
2 changed files with 7 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="plugin.video.emby"
|
||||
name="Emby"
|
||||
version="2.2.8"
|
||||
version="2.2.9"
|
||||
provider-name="Emby.media">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.1.0"/>
|
||||
<import addon="script.module.requests" version="2.3.0" />
|
||||
<import addon="plugin.video.emby.movies" version="0.01" />
|
||||
<import addon="plugin.video.emby.tvshows" version="0.01" />
|
||||
<import addon="plugin.video.emby.musicvideos" version="0.01" />
|
||||
<import addon="plugin.video.emby.movies" version="0.02" />
|
||||
<import addon="plugin.video.emby.tvshows" version="0.02" />
|
||||
<import addon="plugin.video.emby.musicvideos" version="0.02" />
|
||||
</requires>
|
||||
<extension point="xbmc.python.pluginsource"
|
||||
library="default.py">
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
version 2.2.9
|
||||
- Fix extrafanart
|
||||
|
||||
version 2.2.8
|
||||
- Fix to photos not displaying directories without picutres.
|
||||
- Fix to grouped views causing crash
|
||||
|
|
Loading…
Reference in a new issue