From 5c944816637806320dddde8cf9816b564093ed93 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Mon, 21 Apr 2025 14:53:02 +0200 Subject: [PATCH] Update queries.py --- jellyfin_kodi/objects/kodi/queries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jellyfin_kodi/objects/kodi/queries.py b/jellyfin_kodi/objects/kodi/queries.py index d02ef832..738b8c7f 100644 --- a/jellyfin_kodi/objects/kodi/queries.py +++ b/jellyfin_kodi/objects/kodi/queries.py @@ -414,7 +414,7 @@ VALUES (?, ?, ?, ?, ?) check_video_version = """ 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 = """ INSERT INTO musicvideo(idMVideo, idFile, c00, c04, c05, c06, c07, c08, c09, c10, c11, c12, premiered)