Skip to content

Fix Track object generation#2

Open
netsuso wants to merge 1 commit intotaschenb:masterfrom
netsuso:fix-track-object-missing-attributes
Open

Fix Track object generation#2
netsuso wants to merge 1 commit intotaschenb:masterfrom
netsuso:fix-track-object-missing-attributes

Conversation

@netsuso
Copy link

@netsuso netsuso commented Feb 7, 2021

It seems the API response for the album request has changed, and it's making the Track constructor fail.

The attributes maximum_bit_depth and maximum_sampling_rate are now directly included in the first level in the track item, instead of inside album.

It was trying to get "maximum_bit_depth" and "maximum_sampling_rate" from
the album element in the track item. But currently those attributes come
directly in the track item, and the album attribute no longer exists.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant