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"