Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/10dc3993dffd455ef9000ff1497edfafa26bd973?style=unified&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
8 changed files with
2282 additions and
5818 deletions
@ -19,6 +19,7 @@ src/**/[Oo]bj/
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
@ -97,6 +98,7 @@ App_Data/*.ldf
*.orig
# Tools
_NCrunch_*
_TeamCity*
# Radarr
File diff suppressed because it is too large
Load Diff
@ -84,7 +84,7 @@
<Reference Include= "System.Core" />
<Reference Include= "System.Data" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data.SQLite, Version=1.0. 10 4.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<Reference Include= "System.Data.SQLite, Version=1.0. 8 4.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\Libraries\Sqlite\System.Data.SQLite.dll</HintPath>
</Reference>
@ -98,10 +98,6 @@
<Reference Include= "System" />
<Reference Include= "System.Core" />
<Reference Include= "System.Data" />
<Reference Include= "System.Data.SQLite, Version=1.0.104.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\Libraries\Sqlite\System.Data.SQLite.dll</HintPath>
</Reference>
<Reference Include= "System.Drawing" />
<Reference Include= "System.Web" />
<Reference Include= "System.Web.Extensions" />
@ -112,6 +108,9 @@
<Reference Include= "Prowlin" >
<HintPath > ..\packages\Prowlin.0.9.4456.26422\lib\net40\Prowlin.dll</HintPath>
</Reference>
<Reference Include= "System.Data.SQLite" >
<HintPath > ..\Libraries\Sqlite\System.Data.SQLite.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup >
<Compile Include= "..\NzbDrone.Common\Properties\SharedAssemblyInfo.cs" >