Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetPlaylistsForUser now returns empty SimplePlaylist objects for any playlists owned by Spotify. #279

Open
jerblack opened this issue Nov 28, 2024 · 1 comment

Comments

@jerblack
Copy link

jerblack commented Nov 28, 2024

Today, Spotify made a change to their API that removed access to the following via the Web API:

https://developer.spotify.com/blog/2024-11-27-changes-to-the-web-api

In addition to likely breaking GetRelatedArtists, GetRecommendations, GetAudioAnalysis, GetAudioFeatures, FeaturedPlaylists, and GetCategoryPlaylists, now GetPlaylistsForUser returns an uninitizalized SimplePlaylist object (not null, but an empty object) for any playlist in SimplePlaylistPage.Playlists owned by Spotify because the Spotify Web API now returns null in the array for those playlists in the API call. Also, the SimplePlaylistPage.Total field now lies because the value reported by the API includes the nulls it returns in the count.

@Agility6
Copy link

Agility6 commented Dec 4, 2024

I'm currently having a problem with getPlaylistsForUser, the returned total is 7. but the expected is 22. is it related to this change?
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants