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:
parent
299c84c758
commit
552c70ec6f
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…
Reference in a new issue