From 3bc1caebca5a6ea2e2e218c9bdfdfd004d8ef246 Mon Sep 17 00:00:00 2001 From: croneter Date: Wed, 24 Oct 2018 17:23:38 +0200 Subject: [PATCH] Require database reset --- addon.xml | 2 +- resources/lib/variables.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addon.xml b/addon.xml index b98c816f..f638a678 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/resources/lib/variables.py b/resources/lib/variables.py index 01831a2d..71c08eae 100644 --- a/resources/lib/variables.py +++ b/resources/lib/variables.py @@ -84,7 +84,7 @@ COMPANION_PORT = int(_ADDON.getSetting('companionPort')) PKC_MACHINE_IDENTIFIER = None # Minimal PKC version needed for the Kodi database - otherwise need to recreate -MIN_DB_VERSION = '2.0.27' +MIN_DB_VERSION = '2.5.0' # Database paths DB_VIDEO_VERSION = {