update queued song #28

Merged
phoenix merged 20 commits from update_queued_song into devel 2025-06-28 23:23:42 +00:00
Showing only changes of commit 8753e254ac - Show all commits

View File

@@ -94,9 +94,7 @@ async fn some_work(
Err(err) => Err(std::io::Error::other(err.to_string())), Err(err) => Err(std::io::Error::other(err.to_string())),
} }
} }
Err(err) => { Err(err) => Err(err),
Err(err)
}
} }
} }
Err(err) => Err(std::io::Error::other(err.to_string())), Err(err) => Err(std::io::Error::other(err.to_string())),
@@ -166,19 +164,13 @@ async fn prep_song(
} }
} }
} }
Err(err) => { Err(err) => Err(err),
Err(err)
} }
} }
} Err(err) => Err(err),
Err(err) => {
Err(err)
} }
} }
} Err(err) => Err(err),
Err(err) => {
Err(err)
}
} }
} }
Err(err) => Err(err), Err(err) => Err(err),