Warning fix

This commit is contained in:
kdeng00
2025-10-19 20:28:56 -04:00
parent 66df790bad
commit 24304f69bc
+1 -1
View File
@@ -1523,7 +1523,7 @@ pub mod endpoint {
Ok(deleted_coverart) => {
match std::fs::remove_file(song_path) {
Ok(_) => match std::fs::remove_file(
&coverart_path,
coverart_path,
) {
Ok(_) => {
response.message = String::from(super::super::response::SUCCESSFUL);