lambdasoup / watchlater

Android app for adding videos to your Watch Later list
https://github.com/lambdasoup/watchlater
GNU General Public License v3.0
15 stars 1 forks source link

Not all playlists shown #55

Open maxhille opened 3 years ago

maxhille commented 3 years ago

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.