mirror of
https://github.com/Sonarr/Sonarr
synced 2026-04-26 07:01:40 +02:00
Fixed grouping qualities inside a quality profile
This commit is contained in:
parent
bb872ee35b
commit
cf08e947c4
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ function EditQualityProfileModalContent({
|
|||
});
|
||||
|
||||
// @ts-expect-error - actions are not typed
|
||||
dispatch(setQualityProfileValue({ name: 'items', newItems }));
|
||||
dispatch(setQualityProfileValue({ name: 'items', value: newItems }));
|
||||
},
|
||||
[items, dispatch]
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue