Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #405 from sabeurthabti/feature/402
Browse files Browse the repository at this point in the history
closes #402 re-enable auto scroll on play/next/previous
  • Loading branch information
ahmedre authored Jul 17, 2016
2 parents 501c9b9 + edec6c3 commit 3e191a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux/modules/audioplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const initialState = {
to: undefined,
times: Infinity
},
shouldScroll: false,
shouldScroll: true,
isLoadedOnClient: false,
isLoading: true
};
Expand Down

0 comments on commit 3e191a8

Please sign in to comment.