Slight changes to comments
All checks were successful
Rust Build / Check (pull_request) Successful in 32s
Rust Build / Test Suite (pull_request) Successful in 37s
Rust Build / Rustfmt (pull_request) Successful in 26s
Rust Build / Clippy (pull_request) Successful in 33s
Rust Build / build (pull_request) Successful in 39s
All checks were successful
Rust Build / Check (pull_request) Successful in 32s
Rust Build / Test Suite (pull_request) Successful in 37s
Rust Build / Rustfmt (pull_request) Successful in 26s
Rust Build / Clippy (pull_request) Successful in 33s
Rust Build / build (pull_request) Successful in 39s
This commit is contained in:
@@ -57,10 +57,9 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||||||
println!("Id: {:?}", id);
|
println!("Id: {:?}", id);
|
||||||
println!("Metadata: {:?}", metadata);
|
println!("Metadata: {:?}", metadata);
|
||||||
println!("Created at: {:?}", created_at);
|
println!("Created at: {:?}", created_at);
|
||||||
// TODO: Get queued song's metadata
|
|
||||||
// TODO: Get queued coverart
|
// TODO: Get queued coverart
|
||||||
// TODO: Get queued coverart's data
|
// 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: Update the queued song with the updated queued song
|
||||||
// TODO: Create song
|
// TODO: Create song
|
||||||
// TODO: Create coverart
|
// TODO: Create coverart
|
||||||
|
Reference in New Issue
Block a user