bumped video db version for Jarvis

This commit is contained in:
im85288 2015-09-01 19:20:18 +01:00
parent fc0442e0ed
commit 0eee08f0bd

View file

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