fixed up the featured artist thing
CI / check (push) Failing after 1m9s
CI / docker (push) Has been skipped

This commit is contained in:
Connor Johnstone
2026-03-24 11:38:08 -04:00
parent 314400bde5
commit 026d1f446b
10 changed files with 28 additions and 17 deletions
+3
View File
@@ -96,6 +96,9 @@ pub struct ReleaseGroupEntry {
pub first_release_date: Option<String>,
/// MBID of the first release in this group (for fetching tracks).
pub first_release_mbid: Option<String>,
/// True if the queried artist is not the primary credit on this release group.
#[serde(default)]
pub featured: bool,
}
/// A track within a release.