removed secondary artists
CI / check (push) Successful in 1m9s
CI / docker (push) Successful in 1m44s

This commit is contained in:
Connor Johnstone
2026-03-23 17:11:38 -04:00
parent 3708829c3b
commit 1861f086fa
5 changed files with 2 additions and 35 deletions
-3
View File
@@ -43,9 +43,6 @@ pub struct RecordingDetails {
pub releases: Vec<ReleaseRef>,
pub duration_ms: Option<u64>,
pub genres: Vec<String>,
/// Non-featuring collaborators beyond the primary artist.
#[serde(default)]
pub secondary_artists: Vec<(String, String)>,
}
/// Detailed artist info from a direct MBID lookup.