Modify application structure #19
@@ -11,7 +11,8 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
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);
|
||||
|
||||
|
Reference in New Issue
Block a user