feat!: replace TrackItem::is_video attr with TrackType enum; serde lowercase AlbumType enum for consistency
This commit is contained in:
parent
7a62936392
commit
957fa22f77
83 changed files with 3455 additions and 2945 deletions
|
|
@ -22,7 +22,7 @@ MusicArtist(
|
|||
),
|
||||
],
|
||||
artist_id: Some("UCfwCE5VhPMGxNPFxtVv7lRw"),
|
||||
album_type: Single,
|
||||
album_type: single,
|
||||
year: Some(2019),
|
||||
by_va: false,
|
||||
),
|
||||
|
|
|
|||
Reference in a new issue