icarus_models version bump #210

Merged
kdeng00 merged 15 commits from icarus_models-ver_bump into main 2025-10-20 11:19:06 -04:00
Showing only changes of commit 24304f69bc - Show all commits
+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);