mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
~ leia music_database version bump
This commit is contained in:
parent
2c6605b767
commit
e51d2452dc
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ def music_database():
|
|||
db_version = {
|
||||
|
||||
'17': 60, # Krypton
|
||||
'18': 70 # Leia
|
||||
'18': 72 # Leia
|
||||
}
|
||||
return xbmc.translatePath("special://database/MyMusic%s.db"
|
||||
% db_version.get(KODI, "")).decode('utf-8')
|
||||
|
|
Loading…
Reference in a new issue