Shpigford / plylst

Smart playlists for Spotify! Stop relying on fancy pants algorithms to organize your library and instead build playlists the way you want.
https://plylst.app
MIT License
331 stars 52 forks source link

Progressively load tracks #44

Open Shpigford opened 4 years ago

Shpigford commented 4 years ago

At the moment, if we try to load all the songs for a given playlist, it will generally time out when there are more than ~500 songs.

So, there's are a hard limit of 250 songs within the app (though actual playlist generation in Spotify still works as it should).

We should progressively load tracks on the /playlists/show pages to address this.