mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
jarvis music db bump
This commit is contained in:
parent
21ba32a5ca
commit
5a481e7779
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ def getKodiMusicDBPath():
|
|||
dbVersion = "52"
|
||||
elif xbmc.getInfoLabel("System.BuildVersion").startswith("16"):
|
||||
#jarvis
|
||||
dbVersion = "54"
|
||||
dbVersion = "55"
|
||||
else:
|
||||
# Not a compatible build
|
||||
xbmc.log("This Kodi version is incompatible. Current version: %s" % kodibuild)
|
||||
|
|
Loading…
Reference in a new issue