diff --git a/src/callers/song.rs b/src/callers/song.rs index 867cf73..c45d202 100644 --- a/src/callers/song.rs +++ b/src/callers/song.rs @@ -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);