tsk-56: Removed todo

This commit is contained in:
2025-10-22 12:23:40 -04:00
parent a2128f99e6
commit d8c5e6f47c

View File

@@ -232,8 +232,7 @@ async fn some_work(
println!("Updated queued song"); println!("Updated queued song");
println!("Response: {_inner_response:?}"); println!("Response: {_inner_response:?}");
// TODO: Place this somewhere else let song_type = String::from(icarus_meta::detection::song::constants::FLAC_TYPE);
let song_type = String::from("flac");
match api::create_song::create( match api::create_song::create(
app, &metadata, user_id, &song_type, app, &metadata, user_id, &song_type,