mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-29 23:12:39 +01:00
New: Description for indexer RSS setting
This commit is contained in:
parent
09eea0571f
commit
396406b217
@ -87,6 +87,7 @@ function EditIndexerModalContent(props) {
|
||||
<FormInputGroup
|
||||
type={inputTypes.CHECK}
|
||||
name="enableRss"
|
||||
helpText={supportsRss.value ? 'Will be used when Sonarr periodically looks for releases via RSS Sync' : undefined}
|
||||
helpTextWarning={supportsRss.value ? undefined : 'RSS is not supported with this indexer'}
|
||||
isDisabled={!supportsRss.value}
|
||||
{...enableRss}
|
||||
|
Loading…
Reference in New Issue
Block a user