1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

New: Description for indexer RSS setting

(cherry picked from commit 396406b2174c4876057175e7537a4718eee2abca)
This commit is contained in:
Mark McDowall
2023-01-01 09:10:00 -08:00
committed by Robin Dadswell
parent 9723c569a1
commit 98201508f2
2 changed files with 2 additions and 0 deletions
@@ -89,6 +89,7 @@ function EditIndexerModalContent(props) {
<FormInputGroup
type={inputTypes.CHECK}
name="enableRss"
helpText={supportsRss.value ? translate('RSSHelpText') : undefined}
helpTextWarning={supportsRss.value ? undefined : translate('RSSIsNotSupportedWithThisIndexer')}
isDisabled={!supportsRss.value}
{...enableRss}