Version bump 2.2.20

This commit is contained in:
angelblue05 2016-08-30 00:47:17 -05:00
parent 9453417da0
commit c1820e69af
2 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.emby"
name="Emby"
version="2.2.19"
version="2.2.20"
provider-name="Emby.media">
<requires>
<import addon="xbmc.python" version="2.1.0"/>

View File

@ -1,3 +1,11 @@
version 2.2.20
- NEW: Default to HTTP playback when using add-on playback mode out of the box.
- Add string translation (German, French and Portuguese)
- Add option to download external subtitles when playing from HTTP (add-on settings > playback)
- Fix navigation not waking up display
- Fix fast sync being used to save update times when plugin is not installed
- Fix tv show detection when verifying if file exists.
version 2.2.19
- Fix transcode (logging error)