diff --git a/src/api/routes/algorithm_router.py b/src/api/routes/algorithm_router.py index e91676a..6667f3f 100644 --- a/src/api/routes/algorithm_router.py +++ b/src/api/routes/algorithm_router.py @@ -472,6 +472,7 @@ def process_video_check_task(task_id: int) -> bool: "total_detections": total_detections, "video_results": results, "target_video": target_video_path, + "target_video_name": target_video.video_name, "checked_videos": len(video_infos) }, feature_data=feature_bytes