From e82203daa0027bcf9996e8aa3f2c667f64c970ba Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Tue, 29 Mar 2016 20:10:41 +0200 Subject: [PATCH] Version bump --- addon.xml | 2 +- changelog.txt | 8 ++++++++ service.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/addon.xml b/addon.xml index 360467ba..4711db16 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ diff --git a/changelog.txt b/changelog.txt index eb5874fe..19497366 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +version 1.1.0 +(you will need to rescan your library) +- No constant polling of your PMS anymore! (use websockets) +- Fix 'NameError: global name 'guidoc' is not defined' +- Fix time sync for Music items +- Music: set default rating to 0, not NULL +- Music: scrape Studio/Label + version 1.0.17 - Fix transcoding - Get a machineIdentifier if it is missing diff --git a/service.py b/service.py index 8d27bd87..68465035 100644 --- a/service.py +++ b/service.py @@ -95,7 +95,7 @@ class Service(): videonodes.VideoNodes().clearProperties() # Set the minimum database version - window('emby_minDBVersion', value="1.0.11") + window('emby_minDBVersion', value="1.1.0") def ServiceEntryPoint(self):