feat!: replace TrackItem::is_video attr with TrackType enum; serde lowercase AlbumType enum for consistency
This commit is contained in:
parent
50010b7b08
commit
044094a4b7
83 changed files with 3455 additions and 2945 deletions
|
|
@ -17,7 +17,7 @@ TrackDetails(
|
|||
artist_id: Some("UCEdZAdnnKqbaHOlv8nM6OtA"),
|
||||
album: None,
|
||||
view_count: "[view_count]",
|
||||
is_video: true,
|
||||
track_type: video,
|
||||
track_nr: None,
|
||||
by_va: false,
|
||||
),
|
||||
|
|
|
|||
Reference in a new issue