feat: add artist_id field to album item

This commit is contained in:
ThetaDev 2022-12-06 11:36:05 +01:00
parent 0453a928bc
commit 46e5f9201d
21 changed files with 516 additions and 13 deletions

View file

@ -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