Update database prep

This commit is contained in:
angelblue05 2016-11-03 20:38:01 -05:00
parent df5d309dc5
commit d0ea742904

View file

@ -3,7 +3,6 @@
################################################################################################# #################################################################################################
import sqlite3 import sqlite3
import threading
import xbmc import xbmc
@ -24,7 +23,7 @@ def video_database():
'14': 90, # Helix '14': 90, # Helix
'15': 93, # Isengard '15': 93, # Isengard
'16': 99, # Jarvis '16': 99, # Jarvis
'17': 104 # Krypton '17': 107 # Krypton
} }
path = xbmc.translatePath("special://database/MyVideos%s.db" path = xbmc.translatePath("special://database/MyVideos%s.db"