1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-05 15:47:20 +02:00

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

View File

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