diff --git a/addon.xml b/addon.xml index 335fbef7..8506f0de 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ diff --git a/changelog.txt b/changelog.txt index 67153feb..b13a874f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +version 1.0.3 +- Hotfix database minimum version = 1.0.2 + version 1.0.2 - Setting to turn off constant background sync - HTTPS! diff --git a/service.py b/service.py index 0074b26e..c0663461 100644 --- a/service.py +++ b/service.py @@ -86,7 +86,7 @@ class Service(): videonodes.VideoNodes().clearProperties() # Set the minimum database version - window('emby_minDBVersion', value="1.1.63") + window('emby_minDBVersion', value="1.0.2") def ServiceEntryPoint(self):