diff --git a/src/main.rs b/src/main.rs index 1e47c0e..a589be0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -83,12 +83,10 @@ async fn process_song(api_url: &String, song_queue_id: &uuid::Uuid) -> Result<() println!("Getting coverart queue"); match api::get_coverart_queue::get(api_url, song_queue_id).await { Ok(response) => { - println!("Parsing response: {:?}", response); match response.json::().await { Ok(response) => { let coverart_queue_id = &response.data[0].id; println!("Coverart queue Id: {:?}", coverart_queue_id); - // TODO: Get queued coverart // TODO: Get queued coverart's data // TODO: Apply metadata to the queued song (modifying file) // TODO: Update the queued song with the updated queued song