coverArtQueue change (#60)

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