diff --git a/addon.xml b/addon.xml index f4112858..92bcd889 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ diff --git a/changelog.txt b/changelog.txt index 933027c3..4633cc2c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +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 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):