remove beta support and use latest as default so that future changes

hopefully are not needed
This commit is contained in:
im85288 2015-06-16 20:38:36 +01:00
parent 61ead4fd4c
commit 58ab6432f6

View file

@ -73,12 +73,7 @@ def getKodiVideoDBPath():
dbVersion = "90"
elif kodibuild.startswith("15"):
# Isengard
if "BETA1" in kodibuild:
# Beta 1
dbVersion = "92"
elif "BETA2" in kodibuild:
# Beta 2
dbVersion = "93"
dbVersion = "93"
else:
# Not a compatible build
xbmc.log("This Kodi version is incompatible. Current version: %s" % kodibuild)