feat: add by_va field to tracks
This commit is contained in:
parent
04dd7ed000
commit
81e913fa85
42 changed files with 1053 additions and 5 deletions
|
|
@ -935,6 +935,8 @@ pub struct TrackItem {
|
|||
///
|
||||
/// [`None`] if the track is not fetched from an album.
|
||||
pub track_nr: Option<u16>,
|
||||
/// Is the track by 'Various artists'?
|
||||
pub by_va: bool,
|
||||
}
|
||||
|
||||
/// YouTube Music artist list item
|
||||
|
|
|
|||
Reference in a new issue