forked from mopidy/mopidy-spotify
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the long-form Spotify URL for user playlists. (mopidy#299)
For logged in user 'foo', Web API endpoint "me/playlists" returns the same as "users/foo/playlists" (including headers). When we use the former, the "next" links in the response always use the latter. This leaves us with a mix of URL formats in our cache and will make identifying/invalidating these entries harder. This change ensures all the URLs look the same. No behaviour has changed.
- Loading branch information
1 parent
106bb53
commit ee4fc8e
Showing
2 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters