mirror of https://github.com/Radarr/Radarr
Fixed: Default new lists to 'Released' minimum availability in UI
This commit is contained in:
parent
8c34946134
commit
e2647deea3
|
@ -120,6 +120,7 @@ export default {
|
|||
|
||||
[SELECT_IMPORT_LIST_SCHEMA]: (state, { payload }) => {
|
||||
return selectProviderSchema(state, section, payload, (selectedSchema) => {
|
||||
selectedSchema.minimumAvailability = 'released';
|
||||
|
||||
return selectedSchema;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue