mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#426
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ramsayleung/rspotify/pull/386
Author: @ekuinox
Created: 2/2/2023
Status: ✅ Merged
Merged: 2/19/2023
Merged by: @ramsayleung
Base:
master← Head:feature/multiple-album-types📝 Commits (8)
425b5c2artist_albums with multiple album_type413ece5Renamealbum_typeparameter toinclude_groups3fa06a9SupportIntoIter<Item=AlbumType>db11a4fAdded #386 to changelog.ca66e6bCover artist albums with zero album types1ec264fRename variable names5e9cfbdUpdate doc forartist_albums358cc9cfix cargo fmt error.📊 Changes
3 files changed (+56 additions, -7 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
src/clients/base.rs(+17 -7)📝
tests/test_with_credential.rs(+38 -0)📄 Description
Description
fixes: #385
This change will allow
BaseClient::artist_albums_manualto be given more than oneAlbumType.And It rename
album_typeof 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_manualcalls.BaseClient::artist_albums_manualcall byAlbumTypearray.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).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.