Skip to content

Commit

Permalink
Fixed: Clarify Indexer Priority Helptext
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerboy448 authored and markus101 committed Jan 23, 2022
1 parent f67e11d commit f4dbda1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit f4dbda1

Please sign in to comment.