mirror of
https://github.com/Lidarr/Lidarr
synced 2026-04-21 12:11:33 +02:00
New: Warning when combining preferred words with a specific indexer
(cherry picked from commit fae38a107f738eff148271499b571b93ed192e84)
This commit is contained in:
parent
e5e69bef45
commit
4251ca64c1
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,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 a new issue