From 1b0d6576159a503b2da691ea0c95e1bf4c26862c Mon Sep 17 00:00:00 2001 From: amtoaer Date: Sat, 30 Mar 2024 14:48:06 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/utils.rs b/src/core/utils.rs index 7499955..898dd3d 100644 --- a/src/core/utils.rs +++ b/src/core/utils.rs @@ -91,7 +91,7 @@ pub async fn create_videos( favorite_id: Set(favorite.id), bvid: Set(v.bvid.clone()), path: Set(Path::new(favorite.path.as_str()) - .join(&v.title) + .join(&v.bvid) .to_str() .unwrap() .to_string()),