mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-07-13 00:21:30 +08:00
chore: 修改测试路径
This commit is contained in:
@@ -91,7 +91,7 @@ pub async fn create_videos(
|
|||||||
favorite_id: Set(favorite.id),
|
favorite_id: Set(favorite.id),
|
||||||
bvid: Set(v.bvid.clone()),
|
bvid: Set(v.bvid.clone()),
|
||||||
path: Set(Path::new(favorite.path.as_str())
|
path: Set(Path::new(favorite.path.as_str())
|
||||||
.join(&v.title)
|
.join(&v.bvid)
|
||||||
.to_str()
|
.to_str()
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.to_string()),
|
.to_string()),
|
||||||
|
|||||||
Reference in New Issue
Block a user