jarvis support

This commit is contained in:
im85288 2015-10-11 22:03:59 +01:00
parent d5f3db078f
commit 45a840e12e
2 changed files with 2 additions and 2 deletions

View file

@ -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)