Compatibility with Kodi 18 RC 4
This commit is contained in:
parent
dc369a0453
commit
6aa1a09b56
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ MIN_DB_VERSION = '2.5.7'
|
|||
# Database paths
|
||||
DB_VIDEO_VERSION = {
|
||||
17: 107, # Krypton
|
||||
18: 112 # Leia
|
||||
18: 113 # Leia
|
||||
}
|
||||
DB_VIDEO_PATH = try_decode(xbmc.translatePath(
|
||||
"special://database/MyVideos%s.db" % DB_VIDEO_VERSION[KODIVERSION]))
|
||||
|
|
Loading…
Reference in a new issue