fixed artwork name
This commit is contained in:
parent
3bc65317f9
commit
71a5a73cca
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ async fn download_image(serial: &str, arts_dir: &Path) -> Result<(), Box<dyn std
|
|||
|
||||
fs::create_dir_all(arts_dir)?;
|
||||
|
||||
let file_name = format!("{}.jpg", original_serial);
|
||||
let file_name = format!("{}_COV.jpg", original_serial);
|
||||
let mut file = File::create(arts_dir.join(file_name))?;
|
||||
|
||||
let mut content = response.bytes().await?;
|
||||
|
|
Loading…
Add table
Reference in a new issue