video db bumped to version 97 for jarvis

This commit is contained in:
im85288 2015-09-26 11:25:11 +01:00
parent a39784cb81
commit dac614b284

View file

@ -79,7 +79,7 @@ def getKodiVideoDBPath():
dbVersion = "93" dbVersion = "93"
elif kodibuild.startswith("16"): elif kodibuild.startswith("16"):
# Jarvis # Jarvis
dbVersion = "96" dbVersion = "97"
else: else:
# Not a compatible build # Not a compatible build
xbmc.log("This Kodi version is incompatible. Current version: %s" % kodibuild) xbmc.log("This Kodi version is incompatible. Current version: %s" % kodibuild)