Skip to content

Commit

Permalink
fix(player): shuffle mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rwieruch committed Sep 3, 2016
1 parent da11ae5 commit 88044a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/player/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function emptyPlaylist() {

function setIsInShuffleMode() {
return {
type: actionTypes.CHANGE_SHUFFLE_MODE,
type: actionTypes.SET_SHUFFLE_MODE,
};
}

Expand Down

0 comments on commit 88044a5

Please sign in to comment.