mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 06:27:08 -04: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…
Add table
Add a link
Reference in a new issue