Merge pull request #135 from gerrit507/dbbump

This commit is contained in:
angelblue05 2018-06-20 06:17:47 -05:00 committed by GitHub
commit 418ee92ec8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')