Fixed todo

This commit is contained in:
kdeng00
2025-10-11 19:48:20 -04:00
parent 511b879528
commit b1838c3197
+1 -1
View File
@@ -716,7 +716,7 @@ pub mod endpoint {
Ok(_) => { Ok(_) => {
match super::cov_db::create(&pool, &coverart, &song.id).await { match super::cov_db::create(&pool, &coverart, &song.id).await {
Ok(id) => { Ok(id) => {
// TODO: Populate song_id coverart.song_id = song_id;
coverart.id = id; coverart.id = id;
println!("Cover Art created"); println!("Cover Art created");