Fixed: Clarify Indexer Priority Helptext

pull/4866/head
bakerboy448 3 years ago committed by Mark McDowall
parent f67e11d477
commit f4dbda1318

@ -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…
Cancel
Save