Closed ekuinox closed 1 year ago
Thanks for your contribution :)
The CI checks failed, would you like to fix it in this PR, otherwise I could create a new PR to fix this problem.
PS:
As for the CI problem, @aplanas has fixed it in https://github.com/ramsayleung/rspotify/pull/388, so we don't need additional modification. You could just rebase the latest commit in the master branch.
thank you reviewing!
I will respond to the point pointed out within this PR.
Description
fixes: #385
This change will allow
BaseClient::artist_albums_manual
to be given more than oneAlbumType
. And It renamealbum_type
of query parameter name toinclude_groups
.Motivation and Context
I want to get artist's albums by some
AlbumType
.Dependencies
No changes.
Type of change
Please delete options that are not relevant.
How has this been tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
Please also list any relevant details for your test configuration
BaseClient::artist_albums_manual
calls.BaseClient::artist_albums_manual
call byAlbumType
array.Is this change properly documented?
Please make sure you've properly documented the changes you're making.
Don't forget to add an entry to the CHANGELOG if necessary (new features, breaking changes, relevant internal improvements).