Replies: 1 comment 2 replies
-
|
I think either option 1 or option 3 would be the best choice. I'd lean more towards option 3 bcs I would rather not remove it completely |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Background
On November 27, 2024, Spotify deprecated some of their Web API endpoints. Two of those endpoints, Related Artists and Get Featured Playlists, affected this project. Two issues arose:
The first one was resolved in release v0.34.5, where all Get Featured Playlists endpoints were replaced with their Discover equivalents.
The second one is not resolved yet. A decision has to be made on how to resolve the deprecated Related Artists endpoint.
Resolution of #28
At this point, the deprecated Related Artists endpoint is blocking the
"Play recommendations for song/artist" feature, and a decision needs to be made
on how to proceed.
Currently, there are three possible approaches:
Remove the feature entirely
Build a workaround
Replace the feature with a similar one
Ideas or suggestions on how to proceed are greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions