movies: fix movie db issues
Local Docker Build (Dev) / build-dev (push) Successful in 4s

This commit is contained in:
2025-10-18 21:00:23 -04:00
parent 0734b4d14d
commit 783f02f7d7
3 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ class MovieProcessor:
if not has_video:
_log("WARNING", f"No video files found in: {movie_path}")
self.db.upsert_movie_dates(imdb_id, None, None, None, False)
return
return "processed"
# TIER 1: Check database first (fastest - local lookup)
existing = self.db.get_movie_dates(imdb_id)