Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/fae38a107f738eff148271499b571b93ed192e84 You should set ROOT_URL correctly, otherwise the web may not work correctly.

New: Warning when combining preferred words with a specific indexer

pull/4037/head
Mark McDowall 5 years ago
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…
Cancel
Save