feat: add by_va field to tracks

This commit is contained in:
ThetaDev 2022-12-13 13:00:54 +01:00
parent 04dd7ed000
commit 81e913fa85
42 changed files with 1053 additions and 5 deletions

View file

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