blackcandy icon indicating copy to clipboard operation
blackcandy copied to clipboard

Adding a file to a playlist should add it at the end of the playlist

Open jaredmoody opened this issue 4 years ago • 1 comments

It seem strange to me that adding a song to a playlist adds it to the top, every player I've seen that I can think of adds it to the bottom.

I can submit a PR to change this if you agree.

jaredmoody avatar Mar 06 '22 22:03 jaredmoody

Black candy used to add song at the end of the playlist. The reason that I changed to add song at the top is easier to implement , because I don't need to determine the playlist have next page or not to add the song to the playlist. And I remember Spotify used to have the same behavior. So I change to add song at the top of the playlist. But now I checked Spotify also changed, So it's fine to change the behavior.

aidewoode avatar Mar 07 '22 03:03 aidewoode