Version bump 1.1.34
This commit is contained in:
parent
888e5f2989
commit
c6762782ed
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="1.1.33"
|
version="1.1.34"
|
||||||
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 1.1.34
|
||||||
|
- Fix for userdata causing the incremental sync to hang when user doesn't have music enabled.
|
||||||
|
|
||||||
version 1.1.33
|
version 1.1.33
|
||||||
- Implemented userdata update only
|
- Implemented userdata update only
|
||||||
- Added progress dialog for incremental sync.
|
- Added progress dialog for incremental sync.
|
||||||
|
|
Loading…
Reference in a new issue