mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-24 09:46: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 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"
|
||||||
|
|
Loading…
Reference in a new issue