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

Starred playlist not returning all songs #224

Open
tsquillario opened this issue Oct 31, 2015 · 1 comment
Open

Starred playlist not returning all songs #224

tsquillario opened this issue Oct 31, 2015 · 1 comment
Labels

Comments

@tsquillario
Copy link
Owner

getStarred returns ALL starred artists, albums, songs.
http://www.subsonic.org/pages/api.jsp#getStarred

I bet we are limiting the songs by the "Auto Playlist Size". We might as well display them. All the songs are in the response anyway.

@tsquillario tsquillario changed the title Starred Playlist Not Returning All Songs Starred playlist not returning all songs Oct 31, 2015
@Hyzual
Copy link
Contributor

Hyzual commented Nov 2, 2015

You're right, we do get all starred artists, albums and songs in one call.
However, I'm concerned about displaying them all. On my own server I've got around 2000 starred songs and I'm not sure adding 2000 items to the DOM will go smoothly.
What do you think about it ?

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

No branches or pull requests

2 participants