From d5a3ac00a5016286fa799fbfdf9c7e11c9888e4e Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Mon, 7 Mar 2016 17:49:26 +0100 Subject: [PATCH] Hotfix database minimum version = 1.0.2 --- service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):