mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 22:07:07 -04:00
Fixed: Clarify Indexer Priority Helptext
This commit is contained in:
parent
f67e11d477
commit
f4dbda1318
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ function EditIndexerModalContent(props) {
|
|||
<FormInputGroup
|
||||
type={inputTypes.NUMBER}
|
||||
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}
|
||||
max={50}
|
||||
{...priority}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue