Open zkhcohen opened 5 years ago
I can confirm this as well.
With the new Spotify UI update, the thick client will now only show saved albums. Before it showed saved albums and albums with saved songs.
Confirming this is happening, along with previous commenters.
Title: Check-Users-Saved-Albums Endpoint Returns Un-saved Albums with Saved Tracks on Them
Issue found on March 31st, 2019.
Endpoint(s):
'GET /v1/me/albums/contains?ids=' https://developer.spotify.com/documentation/web-api/reference/library/check-users-saved-albums/
Scope(s):
User-Library-Read
Steps to reproduce:
Expected behaviour:
It SHOULD return "false" since the album hasn't actually been saved. If you check the Web Client or Thick Client, the album has NOT been saved.
Actual behaviour:
It will return "true" despite only having a single song saved from it.
Follow-up from Issue:
https://github.com/spotify/web-api/issues/69#issuecomment-158999783
...and resolution:
https://github.com/spotify/web-api/issues/69#issuecomment-160133201
Potentially related to:
https://github.com/spotify/web-api/issues/754