Fixed todo
This commit is contained in:
@@ -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");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user