fixed up the featured artist thing
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user