mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #12] user_playlists() not returning full list #2
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#2
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?
Originally created by @cory-weiner on GitHub (Jun 27, 2014).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/12
Previously, user_playlists returned a complete list of the users playlists, including starred playlists, and collaborative playlists they created/followed.
Now, the request does not return starred playlists or collaborative playlists.
@cory-weiner commented on GitHub (Jun 27, 2014):
It looks like this is an issue with the API, not with the spotipy wrapper.
Per Spotify developer:
http://stackoverflow.com/questions/24456441/users-playlists-not-returning-starred-collaborative-playlists/24457344#24457344
Collaborative playlists are not included in this endpoint.
They must have also made a change so starred playlists are excluded as well.