feat: add artist_id field to album item
This commit is contained in:
parent
0453a928bc
commit
46e5f9201d
21 changed files with 516 additions and 13 deletions
|
|
@ -1039,6 +1039,8 @@ pub struct AlbumItem {
|
|||
pub cover: Vec<Thumbnail>,
|
||||
/// Artists of the album
|
||||
pub artists: Vec<ArtistId>,
|
||||
/// Primary artist ID
|
||||
pub artist_id: Option<String>,
|
||||
/// Album type (Album/Single/EP)
|
||||
pub album_type: AlbumType,
|
||||
/// Release year of the album
|
||||
|
|
|
|||
Reference in a new issue