Refactoring #67

Merged
phoenix merged 9 commits from refactoring into main 2025-10-26 19:49:31 +00:00
Showing only changes of commit 2368f1330b - Show all commits

View File

@@ -234,13 +234,11 @@ async fn init_queued_coverart(
};
coverart.save_to_filesystem().unwrap();
let coverart_queue_fs_path = coverart.get_path().unwrap();
let queued_coverart = crate::queued_item::QueuedCoverArt {
crate::queued_item::QueuedCoverArt {
id: *coverart_queue_id,
coverart,
path: coverart_queue_fs_path,
};
queued_coverart
}
}
pub async fn cleanup(