Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/f12e27a702cca877bab11dcd87374dc223fa06ca
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
2 additions and
2 deletions
@ -30,7 +30,7 @@ Lidarr is a music collection manager for Usenet and BitTorrent users. It can mon
* Visual Studio 2015 or higher (https://www.visualstudio.com/vs/). The community version is free and works (https://www.visualstudio.com/downloads/).
* [Git ](https://git-scm.com/downloads )
* [NodeJS ](https://nodejs.org/en/download/ )
* [NodeJS ](https://nodejs.org/en/download/ ) (Node 6.X.X, NPM 3.X.X Recommended)
### Setup
Width:
|
Height:
|
Size: 1.8 KiB
@ -5,7 +5,7 @@ var _ = require('underscore');
Handlebars . registerHelper ( 'cover' , function ( ) {
var placeholder = StatusModel . get ( 'urlBase' ) + '/Content/Images/ post er-dark.png';
var placeholder = StatusModel . get ( 'urlBase' ) + '/Content/Images/ cov er-dark.png';
var cover = _ . where ( this . images , { coverType : 'cover' } ) ;
if ( cover [ 0 ] ) {