You've already forked Sonarr
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:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user