Update (#251)
Rust CI / build (push) Failing after 2m53s

Reviewed-on: #251
This commit was merged in pull request #251.
This commit is contained in:
2026-07-07 23:25:45 -04:00
parent 50d0ea630f
commit 7ca4c655a4
10 changed files with 339 additions and 532 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ pub mod endpoint {
let song_id = payload.song_id;
match crate::repo::song::get_song(&pool, &song_id).await {
Ok(song) => {
let directory = icarus_envy::environment::get_root_directory().await.value;
let directory = icarus_envy::environment::get_root_directory().value;
let file_type =
icarus_meta::detection::coverart::file_type_from_data(&data).unwrap();
let coverart_type = if file_type.file_type