Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/8169a6bd4117bb44a48fc6ab4130f2a3f363a02a
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
4 additions and
5 deletions
@ -8,7 +8,7 @@ define(
'History/Queue/QueueCollection' ,
'moment' ,
'Shared/FormatHelpers'
] , function ( R eqres, _ , NzbDroneCell , QueueCollection , Moment , FormatHelpers ) {
] , function ( r eqres, _ , NzbDroneCell , QueueCollection , Moment , FormatHelpers ) {
return NzbDroneCell . extend ( {
className : 'episode-status-cell' ,
@ -33,7 +33,7 @@ define(
var hasFile = this . model . get ( 'hasFile' ) ;
if ( hasFile ) {
var episodeFile = R eqres. request ( reqres . Requests . GetEpisodeFileById , this . model . get ( 'episodeFileId' ) ) ;
var episodeFile = r eqres. request ( reqres . Requests . GetEpisodeFileById , this . model . get ( 'episodeFileId' ) ) ;
this . listenTo ( episodeFile , 'change' , this . _refresh ) ;
@ -1,5 +1,4 @@
'use strict' ;
'use strict' ;
define (
[
'backbone' ,
@ -1,7 +1,7 @@
'use strict' ;
define (
[
' B ackbone',
' b ackbone',
'Settings/Notifications/Model'
] , function ( Backbone , NotificationModel ) {
return Backbone . Collection . extend ( {