mirror of
https://github.com/Radarr/Radarr
synced 2025-02-22 14:21:14 +00:00
Fixed: Default new lists to 'Released' minimum availability in UI
This commit is contained in:
parent
8c34946134
commit
e2647deea3
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ export default {
|
||||||
|
|
||||||
[SELECT_IMPORT_LIST_SCHEMA]: (state, { payload }) => {
|
[SELECT_IMPORT_LIST_SCHEMA]: (state, { payload }) => {
|
||||||
return selectProviderSchema(state, section, payload, (selectedSchema) => {
|
return selectProviderSchema(state, section, payload, (selectedSchema) => {
|
||||||
|
selectedSchema.minimumAvailability = 'released';
|
||||||
|
|
||||||
return selectedSchema;
|
return selectedSchema;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue