mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Merge pull request #135 from gerrit507/dbbump
This commit is contained in:
commit
418ee92ec8
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