feat: extract artist id from dropdown menu

This commit is contained in:
ThetaDev 2022-11-08 13:28:56 +01:00
parent 6d0302d3bf
commit 23f3046144
32 changed files with 4807 additions and 8 deletions

View file

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