Get Metadata queue #23
20
src/main.rs
20
src/main.rs
@@ -204,26 +204,6 @@ mod api {
|
||||
pub mod response {
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
/*
|
||||
* "id": "31ed2464-f311-47b0-90ed-8d5925c20fb1",
|
||||
"metadata": {
|
||||
"album": "Are You Experienced?",
|
||||
"album_artist": "The Jimi Hendrix Experience",
|
||||
"artist": "The Jimi Hendrix Experience",
|
||||
"disc": 1,
|
||||
"disc_count": 1,
|
||||
"duration": 213,
|
||||
"genre": "Psychadelic Rock",
|
||||
"id": "09b36815-b69d-41ae-888f-f2cffdd15c4d",
|
||||
"title": "Hey Joe",
|
||||
"track": 1,
|
||||
"track_count": 17,
|
||||
"year": 1967
|
||||
},
|
||||
"created_at": "2025-06-13T23:19:50.980388Z",
|
||||
"song_queue_id": "09b36815-b69d-41ae-888f-f2cffdd15c4d"
|
||||
*/
|
||||
|
||||
#[derive(Debug, Deserialize, Serialize)]
|
||||
pub struct Metadata {
|
||||
pub id: uuid::Uuid,
|
||||
|
Reference in New Issue
Block a user