New: Description for indexer RSS setting

This commit is contained in:
Mark McDowall 2023-01-01 09:10:00 -08:00
parent 09eea0571f
commit 396406b217
1 changed files with 1 additions and 0 deletions

View File

@ -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}