diff --git a/addon.xml b/addon.xml index 731bb870..7b95a02e 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ diff --git a/changelog.txt b/changelog.txt index 54e23db8..fc6117b2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +version 1.5.10 (beta only) +- Fix OperationalError upon database reset + version 1.5.9 (beta only) A DATABASE RESET IS ABSOLUTELY NECESSARY - Early compatibility with Kodi 18 Leia diff --git a/service.py b/service.py index b504d6f8..13057a2c 100644 --- a/service.py +++ b/service.py @@ -123,7 +123,7 @@ class Service(): videonodes.VideoNodes().clearProperties() # Set the minimum database version - window('plex_minDBVersion', value="1.5.9") + window('plex_minDBVersion', value="1.5.10") def getLogLevel(self): try: