chore: 修改测试路径

This commit is contained in:
amtoaer
2024-03-30 14:48:06 +08:00
parent f13e7c319e
commit 1b0d657615

View File

@@ -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()),