Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/4ccb625f18a1e45bd3590c2c0dd8ad6a84acc2ac
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
6 additions and
6 deletions
@ -306,7 +306,7 @@ class GeneralSettings extends Component {
< FormInputGroup
type = { inputTypes . CHECK }
name = "launchBrowser"
helpText = " Open a web browser and navigate to Son arr homepage on app start."
helpText = " Open a web browser and navigate to Lid arr homepage on app start."
onChange = { onInputChange }
{ ... launchBrowser }
/ >
@ -325,7 +325,7 @@ class GeneralSettings extends Component {
type = { inputTypes . SELECT }
name = "authenticationMethod"
values = { authenticationMethodOptions }
helpText = "Require Username and Password to access Son arr"
helpText = "Require Username and Password to access Lid arr"
helpTextWarning = "Requires restart to take effect"
onChange = { onInputChange }
{ ... authenticationMethod }
@ -542,7 +542,7 @@ class GeneralSettings extends Component {
type = { inputTypes . TEXT }
name = "branch"
helpText = "Branch to use to update Lidarr"
helpLink = "https://github.com/ Sonarr/Son arr/wiki/Release-Branches"
helpLink = "https://github.com/ lidarr/Lid arr/wiki/Release-Branches"
onChange = { onInputChange }
{ ... branch }
/ >
@ -577,8 +577,8 @@ class GeneralSettings extends Component {
type = { inputTypes . SELECT }
name = "updateMechanism"
values = { updateOptions }
helpText = "Use Son arr's built-in updater or a script"
helpLink = "https://github.com/ Sonarr/Son arr/wiki/Updating"
helpText = "Use Lid arr's built-in updater or a script"
helpLink = "https://github.com/ lidarr/Lid arr/wiki/Updating"
onChange = { onInputChange }
{ ... updateMechanism }
/ >
@ -602,7 +602,7 @@ class GeneralSettings extends Component {
< / F o r m G r o u p >
}
< / d i v >
}
}
< / F i e l d S e t >
}
< / F o r m >