Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/96670d05678cfcd3074d8ae8b9a57a203c663860
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
7 additions and
0 deletions
@ -79,6 +79,11 @@ namespace NzbDrone.Web.Controllers
var defaultQuality = Convert . ToInt32 ( _configProvider . DefaultQualityProfile ) ;
var selectList = new SelectList ( profiles , "QualityProfileId" , "Name" , defaultQuality ) ;
ViewData [ "qualities" ] = selectList ;
ViewData [ "ShowRootDirs" ] = false ;
//There are no RootDirs Show the RootDirs Panel
if ( rootDirs . Count = = 0 )
ViewData [ "ShowRootDirs" ] = true ;
return View ( rootDirs ) ;
}
@ -42,6 +42,8 @@
panelItem.Add()
.Text("Root Directories")
.ImageUrl("~/Content/Images/VideoFolder.png")
.Selected((bool)ViewData["ShowRootDirs"])
.Expanded((bool)ViewData["ShowRootDirs"])
.Content(@<text>
<div style="padding-top: 10px;">
<div style="padding-left: 7px; margin-bottom: 5px;">