mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 08:35:49 +03:00
[PR #919] [MERGED] modified docstring for playlist_add_items to no longer accept IDs #1080
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#1080
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/919
Author: @oliveraw
Created: 12/13/2022
Status: ✅ Merged
Merged: 12/16/2022
Merged by: @stephanebruckert
Base:
master← Head:v2.23.0📝 Commits (1)
ada56a2modified docstring for playlist_add_items to no longer accept IDs, added additional deprecated function user_playlist_add_episodes to mirror user_playlist_add_tracks, both of which can accept URIs, URLs, and IDs📊 Changes
15 files changed (+63 additions, -37 deletions)
View changed files
📝
CHANGELOG.md(+2 -0)📝
docs/conf.py(+14 -13)📝
examples/add_tracks_to_playlist.py(+2 -2)📝
examples/app.py(+1 -1)📝
examples/artist_discography.py(+3 -2)📝
examples/follow_playlist.py(+11 -7)📝
examples/headless.py(+1 -1)📝
examples/multiple_accounts.py(+1 -1)📝
examples/my_playlists.py(+1 -1)📝
examples/my_top_tracks.py(+1 -1)📝
examples/playlist_add_items.py(+1 -2)📝
examples/playlist_tracks.py(+3 -3)📝
examples/simple3.py(+1 -1)📝
examples/user_playlists.py(+1 -1)📝
spotipy/client.py(+20 -1)📄 Description
added additional deprecated function user_playlist_add_episodes to mirror user_playlist_add_tracks, both of which can accept URIs, URLs, and IDs—part 1/2 of the 2 part PR suggested in #914
(many style fixes caught by autopep8 as well)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.