update scan
Local Docker Build (Dev) / build-dev (push) Successful in 7s

This commit is contained in:
2025-10-28 17:21:29 -04:00
parent b1598114d9
commit 6d2435a037
3 changed files with 147 additions and 5 deletions
+1 -1
View File
@@ -1001,7 +1001,7 @@ async def manual_scan(background_tasks: BackgroundTasks, path: Optional[str] = N
# Determine force_scan based on scan mode
force_scan = (scan_mode == "full")
shutdown_event = dependencies.get("shutdown_event")
result = movie_processor.process_movie(item, webhook_mode=False, force_scan=force_scan, shutdown_event=shutdown_event)
result = movie_processor.process_movie(item, webhook_mode=False, force_scan=force_scan, scan_mode=scan_mode, shutdown_event=shutdown_event)
movie_total += 1
if result == "skipped":
movie_skipped += 1