Version bump 1.1.34

This commit is contained in:
angelblue05 2015-08-17 18:32:48 -05:00
parent 888e5f2989
commit c6762782ed
2 changed files with 4 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="1.1.33"
version="1.1.34"
provider-name="Emby.media">
<requires>
<import addon="xbmc.python" version="2.1.0"/>

View file

@ -1,3 +1,6 @@
version 1.1.34
- Fix for userdata causing the incremental sync to hang when user doesn't have music enabled.
version 1.1.33
- Implemented userdata update only
- Added progress dialog for incremental sync.