From 6aa1a09b56bfe3637f840bc3c357f69b02246503 Mon Sep 17 00:00:00 2001 From: croneter Date: Sat, 29 Dec 2018 11:29:10 +0100 Subject: [PATCH] Compatibility with Kodi 18 RC 4 --- resources/lib/variables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/variables.py b/resources/lib/variables.py index f7cd3aba..40297b9b 100644 --- a/resources/lib/variables.py +++ b/resources/lib/variables.py @@ -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]))