rwieruch / favesound-redux

🎶 A SoundCloud Client in React + Redux running in production. Live Demo and Source Code to explore React + Redux as a beginner.
http://www.robinwieruch.de/the-soundcloud-client-in-react-redux/
1.59k stars 249 forks source link

Feature Proposal: Play next Track once the current Track finished #4

Closed rwieruch closed 7 years ago

rwieruch commented 8 years ago

Although FaveSound comes with a Playlist, it doesn't automatically play the track in queue after the previous track finished. That's because nobody keeps track of the duration of a playing track. It would be cool to have the next track automatically playing after the current track ends. Before it would be helpful to implement https://github.com/rwieruch/favesound-redux/issues/3.