mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Version bump 2.1.2
This commit is contained in:
parent
1bcba15cd9
commit
ffeec4bc5a
2 changed files with 4 additions and 1 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="2.1.1"
|
version="2.1.2"
|
||||||
provider-name="Emby.media">
|
provider-name="Emby.media">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.1.0"/>
|
<import addon="xbmc.python" version="2.1.0"/>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
version 2.1.2
|
||||||
|
- Fix to repair entries if they are deleted by Kodi, but still exists in the Emby database.
|
||||||
|
|
||||||
version 2.1.1
|
version 2.1.1
|
||||||
- Update setting - skip emby delete confirmation, it is now under the extras tab.
|
- Update setting - skip emby delete confirmation, it is now under the extras tab.
|
||||||
- Update setting - new content notification, it's now disables the notification if the time is set to 0.
|
- Update setting - new content notification, it's now disables the notification if the time is set to 0.
|
||||||
|
|
Loading…
Reference in a new issue