Update queries.py

This commit is contained in:
Jeroen De Meerleer 2025-04-21 14:53:02 +02:00 committed by GitHub
commit 5c94481663
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)