mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Fixed: Released as default Minimum Availability for add movie modals
This commit is contained in:
parent
453f216e0d
commit
be3916f67d
3 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ export const defaultState = {
|
|||
rootFolderPath: '',
|
||||
monitor: 'movieOnly',
|
||||
qualityProfileId: 0,
|
||||
minimumAvailability: 'announced',
|
||||
minimumAvailability: 'released',
|
||||
searchForMovie: true,
|
||||
tags: []
|
||||
}
|
||||
|
|
|
@ -51,7 +51,7 @@ export const defaultState = {
|
|||
rootFolderPath: '',
|
||||
monitor: 'movieOnly',
|
||||
qualityProfileId: 0,
|
||||
minimumAvailability: 'announced',
|
||||
minimumAvailability: 'released',
|
||||
searchForMovie: true,
|
||||
tags: []
|
||||
},
|
||||
|
|
|
@ -50,7 +50,7 @@ export const defaultState = {
|
|||
rootFolderPath: '',
|
||||
monitor: 'movieOnly',
|
||||
qualityProfileId: 0,
|
||||
minimumAvailability: 'announced',
|
||||
minimumAvailability: 'released',
|
||||
searchForMovie: true,
|
||||
tags: []
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue