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: Automatically play next song in stream #27

Closed kafisher closed 7 years ago

kafisher commented 7 years ago

Right now only the next song in a playlist will be played automatically, but stops after the playlist finishes. I propose the player should keep always play a continuous stream of music and automatically play the next song in the stream if the playlist finishes or if you didn't create a playlist.

rwieruch commented 7 years ago

Sounds great! Would you try to implement it?

kafisher commented 7 years ago

Sure I'll get started soon.

rwieruch commented 7 years ago

Merged in https://github.com/rwieruch/favesound-redux/pull/50