Fix collection delete breaking
This commit is contained in:
parent
d112204a5d
commit
40a82838b6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ const select = (state, props) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
const perform = (dispatch) => ({
|
const perform = (dispatch) => ({
|
||||||
openModal: (modal, props) => dispatch(doOpenModal(modal, props)),
|
doOpenModal: (modal, props) => dispatch(doOpenModal(modal, props)),
|
||||||
doToggleShuffleList: (collectionId) => {
|
doToggleShuffleList: (collectionId) => {
|
||||||
dispatch(doToggleLoopList(collectionId, false, true));
|
dispatch(doToggleLoopList(collectionId, false, true));
|
||||||
dispatch(doToggleShuffleList(undefined, collectionId, true, true));
|
dispatch(doToggleShuffleList(undefined, collectionId, true, true));
|
||||||
|
|
Loading…
Add table
Reference in a new issue