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

pull/8414/head
Qstick 2 years ago
parent e88c44915f
commit e139e7330e

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

Loading…
Cancel
Save