coverArtQueue change (#60)
All checks were successful
Rust Build / Rustfmt (push) Successful in 45s
Rust Build / Test Suite (push) Successful in 47s
Rust Build / Clippy (push) Successful in 52s
Rust Build / build (push) Successful in 41s
Rust Build / Check (push) Successful in 43s

Reviewed-on: #60
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
2025-10-22 02:43:45 +00:00
committed by phoenix
parent 3bb7fb1010
commit 5636f82b29
4 changed files with 50 additions and 12 deletions

View File

@@ -158,6 +158,7 @@ pub mod get_coverart_queue {
#[derive(Debug, Deserialize, Serialize)]
pub struct CoverArtQueue {
pub id: uuid::Uuid,
pub file_type: String,
pub song_queue_id: uuid::Uuid,
}