diff --git a/addon.xml b/addon.xml index eaa8153d..92bcd889 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ diff --git a/changelog.txt b/changelog.txt index 69ddd90c..4633cc2c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,13 @@ +version 1.0.11 +- Hotfix DB comparison. Sorry for that :-) + +version 1.0.10 +- Limit max number of items requested from PMS (default=200) +- Enforce PMS authentication before playback start +- Fix KeyError for library sync +- Fix TypeError for Plex Companion +- New fix item episode thumbs not caching + version 1.0.9 - Fix Recently Added - Update node names to reflect plex diff --git a/service.py b/service.py index 1f007bd2..80227ed2 100644 --- a/service.py +++ b/service.py @@ -88,7 +88,7 @@ class Service(): videonodes.VideoNodes().clearProperties() # Set the minimum database version - window('emby_minDBVersion', value="1.0.2") + window('emby_minDBVersion', value="1.0.11") def ServiceEntryPoint(self):