From 5a5ff2871cef626ed63b9aede16cfcee1e166b98 Mon Sep 17 00:00:00 2001 From: im85288 Date: Sat, 5 Sep 2015 10:56:00 +0100 Subject: [PATCH] bumped video db version 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 5bdffcb6..23b17068 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 = "95" + dbVersion = "96" else: # Not a compatible build xbmc.log("This Kodi version is incompatible. Current version: %s" % kodibuild)