mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
Merge branch 'master' of https://github.com/MediaBrowser/Emby.Kodi
This commit is contained in:
commit
3954cdddd0
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ def getKodiVideoDBPath():
|
||||||
dbVersion = "93"
|
dbVersion = "93"
|
||||||
elif kodibuild.startswith("16"):
|
elif kodibuild.startswith("16"):
|
||||||
# Jarvis
|
# Jarvis
|
||||||
dbVersion = "96"
|
dbVersion = "97"
|
||||||
else:
|
else:
|
||||||
# Not a compatible build
|
# Not a compatible build
|
||||||
xbmc.log("This Kodi version is incompatible. Current version: %s" % kodibuild)
|
xbmc.log("This Kodi version is incompatible. Current version: %s" % kodibuild)
|
||||||
|
|
Loading…
Reference in a new issue