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

This commit is contained in:
Qstick 2023-04-22 16:21:07 -05:00
parent e88c44915f
commit e139e7330e
1 changed files with 1 additions and 1 deletions

View File

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