mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 06:17:08 -04:00
Fixed: Series select not working correctly after stopping/starting or changing sort order
This commit is contained in:
parent
cf00fecbe4
commit
bf62d4f921
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ function selectReducer(state: SelectState, action: SelectAction): SelectState {
|
|||
...state,
|
||||
...areAllSelected(nextSelectedState),
|
||||
selectedState: nextSelectedState,
|
||||
items,
|
||||
items: action.items,
|
||||
};
|
||||
}
|
||||
default: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue