Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/f1fa1553cfa4b1a71030ecb759593dd9ad77c527
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
3 deletions
@ -206,8 +206,8 @@ module.exports = Marionette.Layout.extend({
} ) ;
} ,
_searchMissing : function ( ) {
if ( window . confirm ( 'Are you sure you want to search for {0} missing episod es? '. format ( this . collection . state . totalRecords ) +
'One API request to each indexer will be used for each episod e. ' + 'This cannot be stopped once started.' ) ) {
if ( window . confirm ( 'Are you sure you want to search for {0} missing movi es? '. format ( this . collection . state . totalRecords ) +
'One API request to each indexer will be used for each movi e. ' + 'This cannot be stopped once started.' ) ) {
CommandController . Execute ( 'missingEpisodeSearch' , { name : 'missingEpisodeSearch' } ) ;
}
} ,
@ -237,4 +237,4 @@ module.exports = Marionette.Layout.extend({
_manualImport : function ( ) {
vent . trigger ( vent . Commands . ShowManualImport ) ;
}
} ) ;
} ) ;