From 0eee08f0bdadb71d9b93067bada286ecf0c28ce8 Mon Sep 17 00:00:00 2001 From: im85288 Date: Tue, 1 Sep 2015 19:20:18 +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 702436e9..5bdffcb6 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 = "94" + dbVersion = "95" else: # Not a compatible build xbmc.log("This Kodi version is incompatible. Current version: %s" % kodibuild)