Warning fix
All checks were successful
Rust Build / Check (pull_request) Successful in 1m22s
Rust Build / Rustfmt (pull_request) Successful in 35s
Rust Build / Test Suite (pull_request) Successful in 43s
Rust Build / Clippy (pull_request) Successful in 50s
Rust Build / build (pull_request) Successful in 42s

This commit is contained in:
2025-10-26 15:43:25 -04:00
parent 3c8c2aff0d
commit 2368f1330b

View File

@@ -234,13 +234,11 @@ async fn init_queued_coverart(
}; };
coverart.save_to_filesystem().unwrap(); coverart.save_to_filesystem().unwrap();
let coverart_queue_fs_path = coverart.get_path().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, id: *coverart_queue_id,
coverart, coverart,
path: coverart_queue_fs_path, path: coverart_queue_fs_path,
}; }
queued_coverart
} }
pub async fn cleanup( pub async fn cleanup(