From d0ea742904d5da38917fdea4559a099ff4618d25 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Thu, 3 Nov 2016 20:38:01 -0500 Subject: [PATCH] Update database prep --- resources/lib/database.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/lib/database.py b/resources/lib/database.py index 09d58550..885228e3 100644 --- a/resources/lib/database.py +++ b/resources/lib/database.py @@ -3,7 +3,6 @@ ################################################################################################# import sqlite3 -import threading import xbmc @@ -24,7 +23,7 @@ def video_database(): '14': 90, # Helix '15': 93, # Isengard '16': 99, # Jarvis - '17': 104 # Krypton + '17': 107 # Krypton } path = xbmc.translatePath("special://database/MyVideos%s.db"