mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[PR #196] [MERGED] Playlist description support #813
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#813
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/spotipy-dev/spotipy/pull/196
Author: @nathancoleman
Created: 6/3/2017
Status: ✅ Merged
Merged: 9/17/2017
Merged by: @plamere
Base:
master← Head:playlist_description_support📝 Commits (3)
f5bb6dbAdd support for description field on playlist create/update4c3238fAdd playlist description field to create/update examples91d89c3Merge branch 'master' into playlist_description_support📊 Changes
3 files changed (+22 additions, -8 deletions)
View changed files
📝
examples/change_playlist_details.py(+7 -3)📝
examples/create_playlist.py(+4 -2)📝
spotipy/client.py(+11 -3)📄 Description
I added support for the description field which was newly added to the create playlist and update playlist details endpoints. I also modified the related examples to include this new field.
A test for this endpoint would require someone maintaining a playlist strictly for running the test and then having the test run as the playlist owner, so I have not included a test for this change.
Please review: @plamere
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.