From d408ff079e6b375a133517ce9e480d8d5df38607 Mon Sep 17 00:00:00 2001 From: amtoaer Date: Thu, 11 Apr 2024 00:54:41 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=B0=86=E9=BB=98=E8=AE=A4=E7=9A=84?= =?UTF-8?q?=20video=5Fname=20=E4=BF=AE=E6=94=B9=E4=B8=BA=20{{title}}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 44e9f72..614af53 100644 --- a/src/config.rs +++ b/src/config.rs @@ -52,7 +52,7 @@ impl Config { filter_option: FilterOption::default(), danmaku_option: DanmakuOption::default(), favorite_list: HashMap::new(), - video_name: Cow::Borrowed("{{bvid}}"), + video_name: Cow::Borrowed("{{title}}"), page_name: Cow::Borrowed("{{bvid}}"), interval: 1200, upper_path: CONFIG_DIR.join("upper_face"),