1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-24 23:02:44 +00:00

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

(cherry picked from commit bf62d4f921f17a25c2ed84c6d3ff9f73d8e459e2)
This commit is contained in:
Mark McDowall 2023-02-20 09:58:11 -08:00 committed by Bogdan
parent 299c84c758
commit 552c70ec6f

View file

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