Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/a079c2732a79ba56a53443e182e7df82f440e59f
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
5 additions and
1 deletions
@ -11,7 +11,8 @@
<RootNamespace > NzbDrone.Test.Dummy</RootNamespace>
<AssemblyName > NzbDrone.Test.Dummy</AssemblyName>
<TargetFrameworkVersion > v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile > Client</TargetFrameworkProfile>
<TargetFrameworkProfile >
</TargetFrameworkProfile>
<FileAlignment > 512</FileAlignment>
<SolutionDir Condition= "$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" > ..\</SolutionDir>
<RestorePackages > true</RestorePackages>
@ -48,6 +49,9 @@
<Compile Include= "DummyApp.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup >
<None Include= "app.config" />
</ItemGroup>
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project= "$(SolutionDir)\.nuget\nuget.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.