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 play stream #45

Closed kafisher closed 7 years ago

kafisher commented 7 years ago

Split up activateIteratedTrack into 2 separate methods for playing from a playlist and for streaming. Also fixed a failing browse reducer test.

rwieruch commented 7 years ago

Hi @kafisher Would it be possible to split out some functions in player/index.js? Because the code block grew significantly, it would make sense to extract it to smaller functionalities to make it cleaner.