This commit is contained in:
angelblue05 2015-09-26 17:09:57 -05:00
commit 3954cdddd0
1 changed files with 1 additions and 1 deletions

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)