mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Fix specify download directory not works when downloading fanbox posts ( #323
This commit is contained in:
@@ -567,7 +567,7 @@ pub async fn download_fanbox_post(
|
||||
return Ok(());
|
||||
}
|
||||
let base = Arc::new(
|
||||
PathBuf::from(".")
|
||||
PathBuf::from(helper.download_base())
|
||||
.join(&id.creator_id)
|
||||
.join(format!("{}", id.post_id)),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user