mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
update music db version for leia
This commit is contained in:
parent
c0012582c8
commit
8e512896a0
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ def music_database():
|
||||||
'15': 52, # Isengard
|
'15': 52, # Isengard
|
||||||
'16': 56, # Jarvis
|
'16': 56, # Jarvis
|
||||||
'17': 60, # Krypton
|
'17': 60, # Krypton
|
||||||
'18': 67 # Leia
|
'18': 68 # Leia
|
||||||
}
|
}
|
||||||
return xbmc.translatePath("special://database/MyMusic%s.db"
|
return xbmc.translatePath("special://database/MyMusic%s.db"
|
||||||
% db_version.get(KODI, "")).decode('utf-8')
|
% db_version.get(KODI, "")).decode('utf-8')
|
||||||
|
|
Loading…
Reference in a new issue