Fix ugoira was converted twice

This commit is contained in:
2024-09-22 16:17:37 +08:00
committed by GitHub
parent a5442f1401
commit 196f0d48c6

View File

@@ -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")]