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
|
|
@ -24,7 +24,7 @@ TrackDetails(
|
|||
name: "Ein Gutes Schlechtes Vorbild",
|
||||
)),
|
||||
view_count: "[view_count]",
|
||||
is_video: false,
|
||||
track_type: track,
|
||||
track_nr: None,
|
||||
by_va: false,
|
||||
),
|
||||
|
|
|
|||
Reference in a new issue