Fixed: Artist select not working correctly after stopping/starting or changing sort order

(cherry picked from commit bf62d4f921f17a25c2ed84c6d3ff9f73d8e459e2)
pull/4254/head
Mark McDowall 2 years ago committed by Bogdan
parent 299c84c758
commit 552c70ec6f

@ -116,7 +116,7 @@ function selectReducer(state: SelectState, action: SelectAction): SelectState {
...state,
...areAllSelected(nextSelectedState),
selectedState: nextSelectedState,
items,
items: action.items,
};
}
default: {

Loading…
Cancel
Save