Version bump 2.1.4

Final beta before stable release
This commit is contained in:
angelblue05 2016-02-17 00:06:06 -06:00
parent 13667f6a84
commit 6a1814847a
2 changed files with 4 additions and 1 deletions

View File

@ -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.3" version="2.1.4"
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"/>

View File

@ -1,3 +1,6 @@
version 2.1.4
- Removed Emby delete via the Kodi context menu. It is exclusively offered via the extended emby context menu which is available for Isengard or higher. This change was necessary, because there was a risk of wiping the entire library if Kodi decides to run a clean database task and paths were set as plugin paths.
version 2.1.3 version 2.1.3
- Fix Live TV to terminate ffmpeg processes. - Fix Live TV to terminate ffmpeg processes.