mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #260] [MERGED] Fix is_playable always being None #351
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#351
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/260
Author: @marioortizmanero
Created: 9/25/2021
Status: ✅ Merged
Merged: 9/28/2021
Merged by: @ramsayleung
Base:
percent-search← Head:is-playable-tests📝 Commits (3)
d80ab80Fixcurrent_user_saved_{tracks,albums}fc56139Update changelogef3a000Fix examples and tests📊 Changes
6 files changed (+35 additions, -20 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
examples/pagination_async.rs(+2 -2)📝
examples/pagination_manual.rs(+1 -1)📝
examples/pagination_sync.rs(+1 -1)📝
src/clients/oauth.rs(+18 -4)📝
tests/test_with_oauth.rs(+12 -12)📄 Description
Description
As #190 explains,
is_playablewas alwaysNonebecause themarketparameter was missing in these endpoints.I suggest merging #259 first, as I wrote this over that branch by mistake.
Motivation and Context
Closes #190
Dependencies
None
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Check out the test I modified. Can be ran with, for example:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.