Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/1374fb1a3279b63b80f998830ae4fb46a182c82c
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
2 deletions
@ -125,7 +125,7 @@ class DeleteArtistModalContent extends Component {
deleteFiles &&
< div className = { styles . deleteFilesMessage } >
< div >
{ translate ( 'TheArtistFolderStrongpathstrongAndAllOfItsContentWillBeDeleted' )}
{ translate ( 'TheArtistFolderStrongpathstrongAndAllOfItsContentWillBeDeleted' , [ path ] )}
< / d i v >
{
@ -787,7 +787,7 @@
"TestAllIndexers" : "Test All Indexers" ,
"TestAllLists" : "Test All Lists" ,
"TheAlbumsFilesWillBeDeleted" : "The album's files will be deleted." ,
"TheArtistFolderStrongpathstrongAndAllOfItsContentWillBeDeleted" : "The artist folder <strong>{path}</strong> and all of its content will be deleted.",
"TheArtistFolderStrongpathstrongAndAllOfItsContentWillBeDeleted" : "The artist folder '{0}' and all of its content will be deleted.",
"Theme" : "Theme" ,
"ThemeHelpText" : "Change Application UI Theme, 'Auto' Theme will use your OS Theme to set Light or Dark mode. Inspired by Theme.Park" ,
"ThisCannotBeCancelled" : "This cannot be cancelled once started without disabling all of your indexers." ,