Code cleanup
All checks were successful
Rust Build / Check (pull_request) Successful in 34s
Rust Build / Test Suite (pull_request) Successful in 36s
Rust Build / Rustfmt (pull_request) Successful in 24s
Rust Build / Clippy (pull_request) Successful in 31s
Rust Build / build (pull_request) Successful in 38s

This commit is contained in:
2025-06-13 19:54:40 -04:00
parent c4a83ee149
commit d6be0895b8

View File

@@ -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,