icarus_models version bump #190

Merged
kdeng00 merged 6 commits from icarus_models-ver_bump into main 2025-10-11 19:50:56 -04:00
Showing only changes of commit b1838c3197 - Show all commits
+1 -1
View File
@@ -716,7 +716,7 @@ pub mod endpoint {
Ok(_) => {
match super::cov_db::create(&pool, &coverart, &song.id).await {
Ok(id) => {
// TODO: Populate song_id
coverart.song_id = song_id;
coverart.id = id;
println!("Cover Art created");