From 725180220221ec8b99bc594669494020b08bf565 Mon Sep 17 00:00:00 2001 From: amtoaer Date: Sun, 16 Feb 2025 03:56:47 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/bili_sync/src/workflow.rs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/crates/bili_sync/src/workflow.rs b/crates/bili_sync/src/workflow.rs index 14661cf..a13908e 100644 --- a/crates/bili_sync/src/workflow.rs +++ b/crates/bili_sync/src/workflow.rs @@ -424,7 +424,12 @@ pub async fn download_page( &page_info, &video_path, )), - Box::pin(generate_page_nfo(separate_status[2], video_model, &page_model, nfo_path)), + Box::pin(generate_page_nfo( + separate_status[2], + video_model, + &page_model, + nfo_path, + )), Box::pin(fetch_page_danmaku( separate_status[3], bili_client,