bumped video db version for Jarvis

This commit is contained in:
im85288 2015-09-05 10:56:00 +01:00
parent b923eed55d
commit 5a5ff2871c

View file

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