mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-14 11:23:42 +02:00
New: Warning when combining preferred words with a specific indexer
This commit is contained in:
parent
f35b8174aa
commit
fae38a107f
@ -126,6 +126,7 @@ function EditReleaseProfileModalContent(props) {
|
||||
type={inputTypes.INDEXER_SELECT}
|
||||
name="indexerId"
|
||||
helpText="Specify what indexer the profile applies to"
|
||||
helpTextWarning="Using a specific indexer with preferred words can lead to duplicate releases being grabbed"
|
||||
{...indexerId}
|
||||
includeAny={true}
|
||||
onChange={onInputChange}
|
||||
|
Loading…
Reference in New Issue
Block a user