mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-23 22:25:56 -04:00
@@ -46,6 +46,7 @@ function EditImportListModalContent(props) {
|
||||
implementationName,
|
||||
name,
|
||||
enableAutomaticAdd,
|
||||
searchForMissingEpisodes,
|
||||
minRefreshInterval,
|
||||
shouldMonitor,
|
||||
rootFolderPath,
|
||||
@@ -113,6 +114,18 @@ function EditImportListModalContent(props) {
|
||||
/>
|
||||
</FormGroup>
|
||||
|
||||
<FormGroup>
|
||||
<FormLabel>{translate('ImportListSearchForMissingEpisodes')}</FormLabel>
|
||||
|
||||
<FormInputGroup
|
||||
type={inputTypes.CHECK}
|
||||
name="searchForMissingEpisodes"
|
||||
helpText={translate('EnableAutomaticAddHelpText')}
|
||||
{...searchForMissingEpisodes}
|
||||
onChange={onInputChange}
|
||||
/>
|
||||
</FormGroup>
|
||||
|
||||
<FormGroup>
|
||||
<FormLabel>
|
||||
{translate('Monitor')}
|
||||
|
||||
Reference in New Issue
Block a user