tsk-56: Address hard coded file extensions #63
@@ -232,8 +232,7 @@ async fn some_work(
|
||||
println!("Updated queued song");
|
||||
println!("Response: {_inner_response:?}");
|
||||
|
||||
// TODO: Place this somewhere else
|
||||
let song_type = String::from("flac");
|
||||
let song_type = String::from(icarus_meta::detection::song::constants::FLAC_TYPE);
|
||||
|
||||
match api::create_song::create(
|
||||
app, &metadata, user_id, &song_type,
|
||||
|
Reference in New Issue
Block a user