Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/5953ae038e01f9a0c7f2a651b43c9a0733f5e1fa?style=unified&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
8 changed files with
8 additions and
4 deletions
@ -32,6 +32,9 @@
<EventHandlerPatternShort>$event$Handler</EventHandlerPatternShort>
</Naming2>
</CSharp>
<HTML>
<FormatSettings />
</HTML>
<JavaScript>
<FormatSettings />
<Naming2>
Width:
|
Height:
|
Size: 6.1 KiB
Width:
|
Height:
|
Size: 6.1 KiB
Width:
|
Height:
|
Size: 4.7 KiB
Width:
|
Height:
|
Size: 4.7 KiB
@ -582,7 +582,7 @@
<Content Include= "Content\2011.1.315\Windows7\slider-vs-right.gif" />
<Content Include= "Content\2011.1.315\Windows7\sprite-vertical.png" />
<Content Include= "Content\2011.1.315\Windows7\sprite.png" />
<Content Include= "Content\ ajax-loader.gif" />
<Content Include= "Content\ Images\ ajax-loader.gif" />
<Content Include= "Content\ie.css" />
<Content Include= "Content\Images\arrow.png" />
<Content Include= "Content\Images\favicon.ico" />
@ -633,7 +633,7 @@
<Content Include= "Content\jquery.jgrowl.css" />
<Content Include= "Content\notibar.css" />
<Content Include= "Content\style.css" />
<Content Include= "Content\ XbmcNotification.png" />
<Content Include= "Content\ Images\ XbmcNotification.png" />
<Content Include= "favicon.ico" />
<Content Include= "Global.asax" />
<Content Include= "Scripts\2011.1.315\jquery-1.5.1.min.js" />
@ -711,7 +711,7 @@
<Content Include= "Views\Settings\Quality.cshtml" />
<Content Include= "Views\AddSeries\RootDir.cshtml" />
<Content Include= "Views\Settings\SubMenu.cshtml" />
<Content Include= "Views\Shared\ Site Layout.cshtml" />
<Content Include= "Views\Shared\ _ Layout.cshtml" />
<Content Include= "Views\Shared\Footer.cshtml" />
<Content Include= "Views\Settings\Index.cshtml" />
<Content Include= "Views\_ViewStart.cshtml" />
@ -1,3 +1,3 @@
@{
Layout = "~/Views/Shared/Site Layout.cshtml";
Layout = "~/Views/Shared/_ Layout.cshtml";
}
@ -3,4 +3,5 @@
<repository path="..\NzbDrone.Web\packages.config" />
<repository path="..\NzbDrone.Core.Test\packages.config" />
<repository path="..\NzbDrone.Core\packages.config" />
<repository path="..\NzbDrone.Site\packages.config" />
</repositories>