mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Bump version for Leia
This commit is contained in:
parent
bec267bfe4
commit
ae323d62e9
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ def video_database():
|
|||
db_version = {
|
||||
|
||||
'17': 107,# Krypton
|
||||
'18': 109 # Leia
|
||||
'18': 110 # Leia
|
||||
}
|
||||
return xbmc.translatePath("special://database/MyVideos%s.db"
|
||||
% db_version.get(KODI, "")).decode('utf-8')
|
||||
|
|
Loading…
Reference in a new issue