This commit is contained in:
@@ -99,7 +99,7 @@ pub mod endpoint {
|
||||
raw_data: data,
|
||||
..Default::default()
|
||||
};
|
||||
let new_file_key = format!("processed/song/{filename}");
|
||||
let new_file_key = format!("processed/coverart/{filename}");
|
||||
|
||||
match lr.upload(&new_file_key, &data).await {
|
||||
Ok(_resp) => {
|
||||
|
||||
Reference in New Issue
Block a user