You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: