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,