mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-10-09 18:32:06 +00:00
Update queries.py
This commit is contained in:
parent
b76ff63b48
commit
5c94481663
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ VALUES (?, ?, ?, ?, ?)
|
||||||
check_video_version = """
|
check_video_version = """
|
||||||
SELECT COUNT(name) FROM sqlite_master WHERE type='table' AND name='videoversion'
|
SELECT COUNT(name) FROM sqlite_master WHERE type='table' AND name='videoversion'
|
||||||
"""
|
"""
|
||||||
add_video_version_obj = ["{FileId}", "{MovieId}", "movie", "0", 40400]
|
add_video_version_obj = ["{FileId}", "{MovieId}", "movie", "1", 40400]
|
||||||
add_musicvideo = """
|
add_musicvideo = """
|
||||||
INSERT INTO musicvideo(idMVideo, idFile, c00, c04, c05, c06, c07, c08, c09, c10,
|
INSERT INTO musicvideo(idMVideo, idFile, c00, c04, c05, c06, c07, c08, c09, c10,
|
||||||
c11, c12, premiered)
|
c11, c12, premiered)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue