mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-12 21:26:10 +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 = {
|
db_version = {
|
||||||
|
|
||||||
'17': 60, # Krypton
|
'17': 60, # Krypton
|
||||||
'18': 70 # Leia
|
'18': 72 # 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