From dac614b284472b6d0693b5814a677a94d2e727d3 Mon Sep 17 00:00:00 2001 From: im85288 Date: Sat, 26 Sep 2015 11:25:11 +0100 Subject: [PATCH] video db bumped to version 97 for jarvis --- resources/lib/Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/Utils.py b/resources/lib/Utils.py index 6bdc49b0..6d569e6e 100644 --- a/resources/lib/Utils.py +++ b/resources/lib/Utils.py @@ -79,7 +79,7 @@ def getKodiVideoDBPath(): dbVersion = "93" elif kodibuild.startswith("16"): # Jarvis - dbVersion = "96" + dbVersion = "97" else: # Not a compatible build xbmc.log("This Kodi version is incompatible. Current version: %s" % kodibuild)