Coverart remove file #68

Merged
phoenix merged 6 commits from coverart-remove_file into coverart_changes 2025-10-11 22:14:11 +00:00
Showing only changes of commit 17e46f04f7 - Show all commits

View File

@@ -118,7 +118,7 @@ impl Song {
Err(err) => Err(err), Err(err) => Err(err),
} }
} else { } else {
Ok(()) Err(std::io::Error::other("Cannot delete file that does not exist"))
} }
} }
Err(err) => Err(err), Err(err) => Err(err),