Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/5d1026ded22fca72a6b7acb69e6410dca4a43dc4
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
9 additions and
4 deletions
@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version= "4" >
<component name= "ProjectKey" >
<option name= "state" value= "git@github.com:NzbDrone/NzbDrone.git" />
</component>
<component name= "ProjectRootManager" version= "2" />
</project>
@ -1,6 +1,6 @@
'use strict' ;
define ( [
'app' , 'AddSeries/RootFolders/RootFolderCollection' , 'Quality/QualityProfileCollection' , 'Shared/NotificationCollection' , 'AddSeries/Existing/UnmappedFolderModel' , ' AddSeries/SearchResultCollection', ' Series/SeriesModel'] , function ( app , rootFolders , qualityProfileCollection , notificationCollection ) {
'app' , 'AddSeries/RootFolders/RootFolderCollection' , 'Quality/QualityProfileCollection' , 'Shared/NotificationCollection' , 'AddSeries/Existing/UnmappedFolderModel' , ' Series/SeriesModel'] , function ( app , rootFolders , qualityProfileCollection , notificationCollection ) {
NzbDrone . AddSeries . Existing . FolderMatchResultView = Backbone . Marionette . ItemView . extend ( {
template : 'AddSeries/SearchResultTemplate' ,
@ -1,5 +1,5 @@
'use strict' ;
define ( [ 'app' , 'Shared/NotificationCollection' , ' AddSeries/SearchResultCollection', 'AddSeries/SearchResultModel' , ' Series/SeriesCollection'] , function ( app , notificationCollection ) {
define ( [ 'app' , 'Shared/NotificationCollection' , ' Series/SeriesCollection'] , function ( app , notificationCollection ) {
NzbDrone . AddSeries . New . SearchItemView = Backbone . Marionette . ItemView . extend ( {
@ -16,7 +16,6 @@
"readmeFilename" : "readme.md" ,
"dependencies" : {
"grunt" : "*" ,
"grunt-cli" : "*" ,
"grunt-contrib-uglify" : "*" ,
"grunt-contrib-handlebars" : "*" ,
"grunt-contrib-watch" : "*" ,
@ -25,5 +24,8 @@
"grunt-contrib-copy" : "*" ,
"grunt-wrap" : "*" ,
"grunt-curl" : "*"
}
} ,
"scripts" : {
"preinstall" : "npm install grunt-cli -g"
}
}