mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-20 01:42:35 +01:00
Fixed: Released as default Minimum Availability for add movie modals
This commit is contained in:
parent
453f216e0d
commit
be3916f67d
@ -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 New Issue
Block a user