Open Shpigford opened 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.
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.