Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/cb5e249448bbe0a1b1828a5867c92050b6d64143
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
0 deletions
@ -93,6 +93,7 @@ function EditIndexerModalContent(props) {
< FormInputGroup
type = { inputTypes . CHECK }
name = "enableRss"
helpText = { supportsRss . value ? translate ( 'EnableRssHelpText' ) : undefined }
helpTextWarning = { supportsRss . value ? undefined : translate ( 'SupportsRssvalueRSSIsNotSupportedWithThisIndexer' ) }
isDisabled = { ! supportsRss . value }
{ ... enableRss }
@ -254,6 +254,7 @@
"EnableInteractiveSearch" : "Enable Interactive Search" ,
"EnableProfile" : "Enable Profile" ,
"EnableRSS" : "Enable RSS" ,
"EnableRssHelpText" : "Will be used when Lidarr periodically looks for releases via RSS Sync" ,
"EnableSSL" : "Enable SSL" ,
"EnableSslHelpText" : " Requires restart running as administrator to take effect" ,
"Ended" : "Ended" ,