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