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

Not all playlists shown #55

Open
maxhille opened this issue Feb 25, 2021 · 0 comments
Open

Not all playlists shown #55

maxhille opened this issue Feb 25, 2021 · 0 comments

Comments

@maxhille
Copy link
Member

The app does not show all playlists in case the user has more than 50 playlists. The reason is that the app requests only max 50 playlists (hardcoded constant).

Quick fix would be to increase the value eg to 100. This obviously would not solve the problem per se but would be quick and somewhat safe.

Proper fix would be some sort of paging mechanism which involves much more code and maybe even some sorting or searching of playlists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant