From 196f0d48c6104539f8487e676d9b5e2d1aac6828 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Sun, 22 Sep 2024 16:17:37 +0800 Subject: [PATCH] Fix ugoira was converted twice --- src/download.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/download.rs b/src/download.rs index 1b000b6..ffc8b61 100644 --- a/src/download.rs +++ b/src/download.rs @@ -350,6 +350,7 @@ pub async fn download_artwork_ugoira( .replace("", output_file_name.to_str().unwrap_or("(null)")) .as_str() ); + return Ok(()); } } #[cfg(feature = "ugoira")]