Changing file key of processed coverart
pr CI / Test Suite (pull_request) Successful in 4m10s

This commit is contained in:
2026-08-15 11:18:13 -04:00
parent 12b3cd6ebc
commit b04bbe2137
+1 -1
View File
@@ -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) => {