diff --git a/src/main.rs b/src/main.rs index 66714c5..58c76a0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -57,10 +57,9 @@ async fn main() -> Result<(), Box> { println!("Id: {:?}", id); println!("Metadata: {:?}", metadata); println!("Created at: {:?}", created_at); - // TODO: Get queued song's metadata // TODO: Get queued coverart // TODO: Get queued coverart's data - // TODO: Apply metadata to the queued song + // TODO: Apply metadata to the queued song (modifying file) // TODO: Update the queued song with the updated queued song // TODO: Create song // TODO: Create coverart