-
Notifications
You must be signed in to change notification settings - Fork 634
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
Update subscription uri #291
Update subscription uri #291
Conversation
This fixes an issue loading new tracks probably caused by an update on spotify's side. The fix was suggested by @worleydl, all glory to them for figuring it out.
@kingosticks once you've tested and confirmed working, we'll merge this. |
Similarly, but not metadata, here. |
From what I can surmise though, metadata, users, etc. are all seperate services in Spotify's backend, and thus the necessary update to the URI of the users endpoint doesn't necessarily coincide with a change in the metadata endpoint. I suggest we leave the metadata uri's the same until a similar problem is encountered. |
The L217 in |
No you missed nothing, I did. Going to merge this. |
You are right, and I am blind :~) |
This fixes an issue loading new tracks probably caused by an update on spotify's side. The fix was suggested by @worleydl, all glory to them for figuring it out.
Resolves #288