mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 16:05:53 +03:00
[PR #60] [CLOSED] Fix tuneable attribute passing for recommendations #217
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#217
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/60
Author: @sral
Created: 10/24/2019
Status: ❌ Closed
Base:
master← Head:fix_tunable_attributes📝 Commits (1)
0d3173bFix tuneable attribute passing for recommendations📊 Changes
1 file changed (+5 additions, -7 deletions)
View changed files
📝
src/spotify/client.rs(+5 -7)📄 Description
Currently only Values in the payload that contain String will be considered/added
because calling as_str() on Values containing other types return None, I think.
See: https://docs.serde.rs/serde_json/value/enum.Value.html#method.as_str
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.