Skip to content

Commit

Permalink
Fix ugoira was converted twice
Browse files Browse the repository at this point in the history
  • Loading branch information
lifegpc authored Sep 22, 2024
1 parent a5442f1 commit 196f0d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/download.rs
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ pub async fn download_artwork_ugoira(
.replace("<dest>", output_file_name.to_str().unwrap_or("(null)"))
.as_str()
);
return Ok(());
}
}
#[cfg(feature = "ugoira")]
Expand Down

0 comments on commit 196f0d4

Please sign in to comment.