From 5a481e777948e297a21df151515c2a8e6bf77caf Mon Sep 17 00:00:00 2001 From: im85288 Date: Sun, 18 Oct 2015 14:17:13 +0100 Subject: [PATCH] jarvis music db bump --- 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 f2ca1996..b65d56d4 100644 --- a/resources/lib/Utils.py +++ b/resources/lib/Utils.py @@ -100,7 +100,7 @@ def getKodiMusicDBPath(): dbVersion = "52" elif xbmc.getInfoLabel("System.BuildVersion").startswith("16"): #jarvis - dbVersion = "54" + dbVersion = "55" else: # Not a compatible build xbmc.log("This Kodi version is incompatible. Current version: %s" % kodibuild)