Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/942679d4bd0bc0d237c1b17bcca5d97a1db23964?style=unified&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
15 additions and
10 deletions
@ -1,4 +1,4 @@
< div class = "search-item ">
< div class = "search-item {{#unless isExisting}}search-item-new{{/unless}} ">
< div class = "row" >
< div class = "span2" >
< a href = "{{traktUrl}}" target = "_blank" >
@ -49,6 +49,7 @@
}
.unmapped-folder-view {
.card;
margin-top: 20px;
padding: 20px;
.folder-header {
@ -65,8 +66,6 @@
.search-item {
.card;
padding-bottom: 20px;
a {
color: #343434;
@ -79,6 +78,10 @@
}
}
.search-item-new {
.card;
}
.new-series-overview {
text-overflow: ellipsis;
white-space: pre-line;
@ -91,7 +94,6 @@
}
.new-series-loadmore {
.card;
.clickable;
font-size: 30px;
font-weight: 300;
@ -25,10 +25,13 @@ define(['app'], function () {
return start . format ( '{h}.{mm}{tt}' ) ;
} ,
end : function ( ) {
if ( this . has ( 'series' ) ) {
var start = Date . create ( this . get ( 'airDate' ) ) ;
var runtime = this . get ( 'series' ) . runtime ;
return start . addMinutes ( runtime ) ;
}
} ,
statusLevel : function ( ) {
var episodeFileId = this . get ( 'episodeFileId' ) ;