feat: add original album track count, fix fetching albums with more than 200 tracks
This commit is contained in:
parent
83f8652776
commit
544782f8de
18 changed files with 3870 additions and 5 deletions
|
|
@ -26,6 +26,7 @@ MusicAlbum(
|
|||
album_type: album,
|
||||
year: Some(2019),
|
||||
by_va: false,
|
||||
track_count: 18,
|
||||
tracks: [
|
||||
TrackItem(
|
||||
id: "R3VIKRtzAdE",
|
||||
|
|
|
|||
Reference in a new issue