mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-13 21:56:11 +00:00
remove beta support and use latest as default so that future changes
hopefully are not needed
This commit is contained in:
parent
61ead4fd4c
commit
58ab6432f6
1 changed files with 1 additions and 6 deletions
|
@ -73,11 +73,6 @@ def getKodiVideoDBPath():
|
||||||
dbVersion = "90"
|
dbVersion = "90"
|
||||||
elif kodibuild.startswith("15"):
|
elif kodibuild.startswith("15"):
|
||||||
# Isengard
|
# Isengard
|
||||||
if "BETA1" in kodibuild:
|
|
||||||
# Beta 1
|
|
||||||
dbVersion = "92"
|
|
||||||
elif "BETA2" in kodibuild:
|
|
||||||
# Beta 2
|
|
||||||
dbVersion = "93"
|
dbVersion = "93"
|
||||||
else:
|
else:
|
||||||
# Not a compatible build
|
# Not a compatible build
|
||||||
|
|
Loading…
Reference in a new issue