Turn off autoplay when reloading the play queue from the Redux store

This commit is contained in:
Deluan
2020-04-24 20:38:03 -04:00
committed by Deluan Quintão
parent 61e3fe21ff
commit 177ace1cee
3 changed files with 16 additions and 9 deletions
+2
View File
@@ -36,6 +36,8 @@ export default ({
compose
const persistedState = loadState()
// TODO Better encapsulate state in general
persistedState.queue.playing = false
const store = createStore(
resettableAppReducer,
persistedState,