From 7d8721217db093720e3e41f2ff6b4f0b30f3016b Mon Sep 17 00:00:00 2001
From: Jerry Yan <792602257@qq.com>
Date: Sun, 17 Apr 2022 14:02:33 +0800
Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 controller/api/bilirecorder_blueprint.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/controller/api/bilirecorder_blueprint.py b/controller/api/bilirecorder_blueprint.py
index 414bfc1..8354a2b 100644
--- a/controller/api/bilirecorder_blueprint.py
+++ b/controller/api/bilirecorder_blueprint.py
@@ -24,7 +24,7 @@ def auto_submit_task():
             threading.Thread(target=do_workflow, args=(
                 bili_record_workflow_item.video_clips[0].full_path,
                 bili_record_workflow_item.danmaku_clips[0].full_path,
-                [clip.full_path for clip in bili_record_workflow_item.danmaku_clips[1:]]
+                *[clip.full_path for clip in bili_record_workflow_item.danmaku_clips[1:]]
             )).start()
             clear_item()