feat!: replace TrackItem::is_video attr with TrackType enum; serde lowercase AlbumType enum for consistency

This commit is contained in:
ThetaDev 2024-11-09 02:55:59 +01:00
parent 7a62936392
commit 957fa22f77
83 changed files with 3455 additions and 2945 deletions

View file

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