mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 16:05:53 +03:00
[PR #27] [MERGED] Changes to Spotify.user_playlist and Spotify.playlist methods #193
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#193
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/27
Author: @ritiek
Created: 11/8/2018
Status: ✅ Merged
Merged: 11/10/2018
Merged by: @ramsayleung
Base:
master← Head:playlist-fields📝 Commits (4)
d3c80a1Accept fields and market parameters in Spotify.playlist and Spotify.user_playlist respectively7b4c615Fix examples58fa8e2Add Spotify.playlist example2144924Fix a typo📊 Changes
6 files changed (+62 additions, -9 deletions)
View changed files
📝
examples/current_user_saved_tracks_delete.rs(+1 -1)➕
examples/playlist.rs(+43 -0)📝
examples/user_playlist.rs(+1 -1)📝
src/spotify/client.rs(+14 -4)📝
tests/test_with_credential.rs(+2 -2)📝
tests/test_with_oauth.rs(+1 -1)📄 Description
fieldsparameter toSpotify.playlistmethod.marketparameter toSpotify.user_playlistmethod.Spotify.playlistbefore making a call (directly passingspotify:playlist:59ZbFPES4DQwEjBpWHzrtC, etc. toSpotify.playlistdidn't work before).playlist.rsfor usingSpotify.playlistmethod.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.