Fixed: Clarify Indexer Priority Helptext
This commit is contained in:
parent
f67e11d477
commit
f4dbda1318
|
@ -143,7 +143,7 @@ function EditIndexerModalContent(props) {
|
||||||
<FormInputGroup
|
<FormInputGroup
|
||||||
type={inputTypes.NUMBER}
|
type={inputTypes.NUMBER}
|
||||||
name="priority"
|
name="priority"
|
||||||
helpText="Indexer Priority from 1 (Highest) to 50 (Lowest). Default: 25."
|
helpText="Indexer Priority from 1 (Highest) to 50 (Lowest). Default: 25. Used when grabbing releases as a tiebreaker for otherwise equal releases, Sonarr will still use all enabled indexers for RSS Sync and Searching."
|
||||||
min={1}
|
min={1}
|
||||||
max={50}
|
max={50}
|
||||||
{...priority}
|
{...priority}
|
||||||
|
|
Loading…
Reference in New Issue