From b8f6a54a8164630d4be66c505daf3adb39563a26 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Fri, 13 Jun 2025 20:24:37 -0400 Subject: [PATCH] Slight changes to comments --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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