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

WIP: Show followed artists in the sidebar #671

Closed
wants to merge 3 commits into from
Closed

WIP: Show followed artists in the sidebar #671

wants to merge 3 commits into from

Conversation

patricgruber
Copy link

These changes show the artists that the user follows in the sidebar under the saved playlists.
The used API call is https://developer.spotify.com/documentation/web-api/reference/get-followed and the issue related to this is #508
The issue describes showing followed artists in the library view, but here they are shown in the sidebar similar to how the Spotify app does it.

@patricgruber
Copy link
Author

patricgruber commented Jul 13, 2023

One thing that still needs work is the pagination of the request, since it is slightly different than using limit and offset.
Also the caching client doesn't cache the result yet

@patricgruber patricgruber changed the title Show followed artists in the sidebar WIP: Show followed artists in the sidebar Aug 26, 2023
@patricgruber
Copy link
Author

Sadly I won't be able to work on this anymore, since I don't have a Spotify Premium account anymore.
Anyone is welcome to pick it up and finish it.

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

Successfully merging this pull request may close these issues.

1 participant