icarus_envy version bump (#189)

* icarus_envy version bump

* icarus_envy related changes

* Code formatting

* Code cleanup

* Version bump
This commit was merged in pull request #189.
This commit is contained in:
KD
2025-10-10 19:04:01 -04:00
committed by GitHub
parent caaec248db
commit 8c12c8c761
6 changed files with 22 additions and 19 deletions
+1 -1
View File
@@ -702,7 +702,7 @@ pub mod endpoint {
let song_id = payload.song_id;
match crate::callers::song::song_db::get_song(&pool, &song_id).await {
Ok(song) => {
let directory = icarus_envy::environment::get_root_directory().await;
let directory = icarus_envy::environment::get_root_directory().await.value;
let dir = std::path::Path::new(&directory);
// TODO: Make this random and the file extension should not be hard coded