Warning fix
This commit is contained in:
+1
-1
@@ -1523,7 +1523,7 @@ pub mod endpoint {
|
|||||||
Ok(deleted_coverart) => {
|
Ok(deleted_coverart) => {
|
||||||
match std::fs::remove_file(song_path) {
|
match std::fs::remove_file(song_path) {
|
||||||
Ok(_) => match std::fs::remove_file(
|
Ok(_) => match std::fs::remove_file(
|
||||||
&coverart_path,
|
coverart_path,
|
||||||
) {
|
) {
|
||||||
Ok(_) => {
|
Ok(_) => {
|
||||||
response.message = String::from(super::super::response::SUCCESSFUL);
|
response.message = String::from(super::super::response::SUCCESSFUL);
|
||||||
|
|||||||
Reference in New Issue
Block a user