From e2f31e41162d45a6fe7a56c38047b4d861f8f22b Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Tue, 3 Jun 2025 19:41:31 -0400 Subject: [PATCH] Added TODO --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index e289bff..68f8219 100644 --- a/src/main.rs +++ b/src/main.rs @@ -11,7 +11,8 @@ async fn main() -> Result<(), Box> { loop { println!("Base URL: {}", app_base_url); - // api/v2/song/queue/next + // TODO: Update the api/v2/song/queue/next endpoint to only retrieve queued song that is + // ready to be processed. Make necessary changes to other endpoints let api_url = format!("{}/api/v2/song/queue/next", app_base_url);