When clicking a song while another was playing, PLAYER_SYNC_QUEUE and PLAYER_CURRENT would fire before the music player switched tracks, wiping the playIndex set by PLAYER_PLAY_TRACKS. This caused the player to stay on the old track instead of switching to the clicked one. Now reduceSyncQueue and reduceCurrent preserve a pending playIndex until the music player confirms it actually reached the requested track. |
||
|---|---|---|
| .. | ||
| activityReducer.js | ||
| activityReducer.test.js | ||
| albumView.js | ||
| dialogReducer.js | ||
| index.js | ||
| libraryReducer.js | ||
| libraryReducer.test.js | ||
| playerReducer.js | ||
| playerReducer.test.js | ||
| replayGainReducer.js | ||
| settingsReducer.js | ||
| themeReducer.js | ||
| transcodingReducer.js | ||
| transcodingReducer.test.js | ||