1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-11-06 09:19:38 +02:00

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

This commit is contained in:
Mark McDowall
2023-02-20 09:58:11 -08:00
parent cf00fecbe4
commit bf62d4f921

View File

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