Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/2537dafb36563a73848087c853a442ce7b827615
You should set ROOT_URL correctly, otherwise the web may not work correctly.
8 changed files with
2899 additions and
11 deletions
File diff suppressed because it is too large
Load Diff
@ -72,10 +72,6 @@
<Reference Include= "System" />
<Reference Include= "System.Configuration" />
<Reference Include= "System.Data" />
<Reference Include= "System.Data.SQLite, Version=1.0.72.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL" >
<HintPath > ..\Libraries\System.Data.SQLite.dll</HintPath>
<SpecificVersion > False</SpecificVersion>
</Reference>
<Reference Include= "System.Drawing" />
<Reference Include= "System.ServiceModel" />
<Reference Include= "System.Xml" />
@ -175,7 +171,8 @@
</ItemGroup>
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup >
<PreBuildEvent > copy "$(SolutionDir)\Libraries\SQLite.Interop.dll" "$(TargetDir)"</PreBuildEvent>
<PreBuildEvent >
</PreBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
@ -1,7 +1,6 @@
using System ;
using System.Data ;
using System.Data.Common ;
using System.Data.SQLite ;
using System.Data.SqlServerCe ;
using System.IO ;
using MvcMiniProfiler.Data ;
@ -155,11 +155,11 @@
<Reference Include= "System.configuration" />
<Reference Include= "System.Core" />
<Reference Include= "System.Data" />
<Reference Include= "System.Data.S QLite, Version=1.0.72.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139 , processorArchitecture=MSIL">
<Reference Include= "System.Data.S qlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 , processorArchitecture=MSIL">
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\Libraries\System.Data.SQLite.dll</HintPath>
<HintPath > ..\Libraries\System.Data.SqlServerCe.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" />
<Reference Include= "System.Drawing" />
<Reference Include= "System.Runtime.Serialization" />
<Reference Include= "System.ServiceModel" />
@ -913,7 +913,7 @@
</VisualStudio>
</ProjectExtensions>
<PropertyGroup >
<PreBuildEvent > copy "$(SolutionDir)\Libraries\SQLite.Interop.dll" "$(TargetDir)"
EXIT 0 </PreBuildEvent>
<PreBuildEvent >
</PreBuildEvent>
</PropertyGroup>
</Project>