Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/8ad917e94bb08e8eac6cb136d4ec764ff3981e0a?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
0 deletions
@ -140,6 +140,7 @@ function EditReleaseProfileModalContent(props) {
type = { inputTypes . INDEXER _SELECT }
type = { inputTypes . INDEXER _SELECT }
name = "indexerId"
name = "indexerId"
helpText = { translate ( 'IndexerIdHelpText' ) }
helpText = { translate ( 'IndexerIdHelpText' ) }
helpTextWarning = { translate ( 'IndexerIdHelpTextWarning' ) }
{ ... indexerId }
{ ... indexerId }
includeAny = { true }
includeAny = { true }
onChange = { onInputChange }
onChange = { onInputChange }
@ -285,6 +285,7 @@
"IncludeUnmonitored" : "Include Unmonitored" ,
"IncludeUnmonitored" : "Include Unmonitored" ,
"Indexer" : "Indexer" ,
"Indexer" : "Indexer" ,
"IndexerIdHelpText" : "Specify what indexer the profile applies to" ,
"IndexerIdHelpText" : "Specify what indexer the profile applies to" ,
"IndexerIdHelpTextWarning" : "Using a specific indexer with preferred words can lead to duplicate releases being grabbed" ,
"IndexerIdvalue0IncludeInPreferredWordsRenamingFormat" : "Include in {Preferred Words} renaming format" ,
"IndexerIdvalue0IncludeInPreferredWordsRenamingFormat" : "Include in {Preferred Words} renaming format" ,
"IndexerIdvalue0OnlySupportedWhenIndexerIsSetToAll" : "Only supported when Indexer is set to (All)" ,
"IndexerIdvalue0OnlySupportedWhenIndexerIsSetToAll" : "Only supported when Indexer is set to (All)" ,
"IndexerPriority" : "Indexer Priority" ,
"IndexerPriority" : "Indexer Priority" ,