team-apollo / apollo

music player that runs in your browser
Eclipse Public License 1.0
3 stars 1 forks source link

The currently playing track needs to stay selected when randomizing #33

Open ttrucco opened 9 years ago

ttrucco commented 9 years ago

Currently the track that's now playing gets lost when the user hits shuffle. What I think should happen is that the currently playing track stays as item 1 in the playlist and everything around it should shuffle. In this scenario, even if the currently playing track was the last item in the playlist, if a user hits shuffle it should jump to the first slot, stay selected, and the rest of the content gets shuffled.