Create coverArt #34

Merged
phoenix merged 7 commits from create_coverart into devel 2025-07-15 19:15:28 +00:00
Showing only changes of commit abade4af1e - Show all commits

View File

@@ -24,7 +24,10 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
// TODO: Do something with the result later
match some_work(&app_base_url, &song_queue_id).await {
Ok(_) => {}
Ok((song, coverart, (song_queue_id, song_queue_path), (coverart_queue_id, coverart_queue_path))) => {
// TODO: Wipe data from song and coverart queues
// TODO: Cleanup files in local filesystem
}
Err(err) => {
eprintln!("Error: {err:?}");
}