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

Fixed issue #57 and refined logic of clearing playlist #58

Closed chriszhangusc closed 7 years ago

chriszhangusc commented 7 years ago

When we clear the play queue, we need to 1. Set current playing track to null in the store. 2. Set isPlaying to false. 3. Toggle off the playlist. 4. Toggle off the volume bar.