From 45a840e12ea43f8384694587f05b3bf4a0adc00b Mon Sep 17 00:00:00 2001 From: im85288 Date: Sun, 11 Oct 2015 22:03:59 +0100 Subject: [PATCH] jarvis support --- addon.xml | 2 +- resources/lib/Utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addon.xml b/addon.xml index 920f3642..94a92688 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ diff --git a/resources/lib/Utils.py b/resources/lib/Utils.py index 6d569e6e..f2ca1996 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 = "97" + dbVersion = "99" else: # Not a compatible build xbmc.log("This Kodi version is incompatible. Current version: %s" % kodibuild)