Update to artist credit handling

This commit is contained in:
Connor Johnstone
2026-03-18 14:34:44 -04:00
parent 966dc6ca86
commit 4400cbc1cb
4 changed files with 42 additions and 11 deletions

View File

@@ -45,6 +45,9 @@ 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)>,
}
/// An artist match from a search query.