From f4f35af108dd143f753697446764f27771ae9770 Mon Sep 17 00:00:00 2001 From: zqc <835569504@qq.com> Date: Sun, 21 Dec 2025 17:38:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=98=BE=E7=A4=BA=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/routes/algorithm_router.py | 1 + 1 file changed, 1 insertion(+) 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