feat: extract artist id from dropdown menu
This commit is contained in:
parent
6d0302d3bf
commit
23f3046144
32 changed files with 4807 additions and 8 deletions
|
|
@ -901,6 +901,8 @@ pub struct TrackItem {
|
|||
pub cover: Vec<Thumbnail>,
|
||||
/// Artists of the track
|
||||
pub artists: Vec<ArtistId>,
|
||||
/// Primary artist ID
|
||||
pub artist_id: Option<String>,
|
||||
/// Album of the track
|
||||
pub album: Option<AlbumId>,
|
||||
/// View count
|
||||
|
|
|
|||
Reference in a new issue