mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 13:01:28 +02:00
New: Add Availability Delay to Indexer Options UI
This commit is contained in:
@@ -75,6 +75,19 @@ function IndexerOptions(props) {
|
|||||||
/>
|
/>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
|
|
||||||
|
<FormGroup>
|
||||||
|
<FormLabel>Availability Delay</FormLabel>
|
||||||
|
|
||||||
|
<FormInputGroup
|
||||||
|
type={inputTypes.NUMBER}
|
||||||
|
name="availabilityDelay"
|
||||||
|
unit="Days"
|
||||||
|
helpText="Amount of time before or after available date to search for Movie"
|
||||||
|
onChange={onInputChange}
|
||||||
|
{...settings.availabilityDelay}
|
||||||
|
/>
|
||||||
|
</FormGroup>
|
||||||
|
|
||||||
<FormGroup
|
<FormGroup
|
||||||
advancedSettings={advancedSettings}
|
advancedSettings={advancedSettings}
|
||||||
isAdvanced={true}
|
isAdvanced={true}
|
||||||
|
Reference in New Issue
Block a user