feat: add original album track count, fix fetching albums with more than 200 tracks
This commit is contained in:
parent
c0b6702e11
commit
c2459ab525
18 changed files with 3870 additions and 5 deletions
|
|
@ -13,6 +13,7 @@ MusicAlbum(
|
|||
album_type: single,
|
||||
year: Some(2022),
|
||||
by_va: true,
|
||||
track_count: 6,
|
||||
tracks: [
|
||||
TrackItem(
|
||||
id: "Tzai7JXo45w",
|
||||
|
|
|
|||
Reference in a new issue