Version bump 2.1.3

This commit is contained in:
angelblue05 2016-02-14 00:28:22 -06:00
parent 8164c49bdf
commit 077dbc120c
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.2" version="2.1.3"
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.3
- Fix Live TV to terminate ffmpeg processes.
version 2.1.2 version 2.1.2
- Fix to repair entries if they are deleted by Kodi, but still exists in the Emby database. - Fix to repair entries if they are deleted by Kodi, but still exists in the Emby database.