From b1838c3197a8061664af4a9bd96670b9b312c3b4 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sat, 11 Oct 2025 19:48:20 -0400 Subject: [PATCH] Fixed todo --- src/callers/coverart.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/callers/coverart.rs b/src/callers/coverart.rs index 90be44e..9ab8156 100644 --- a/src/callers/coverart.rs +++ b/src/callers/coverart.rs @@ -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");