mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Update database prep
This commit is contained in:
parent
df5d309dc5
commit
d0ea742904
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue