Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/3a8ca21a17eab7fb36b9872deaadb94ddcd0b9e5 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Add NeutralLanguage to NzbDrone.Common to appease VS 16.8

pull/5324/head
Qstick 4 years ago
parent 70a9a68ed3
commit 3a8ca21a17

@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netcoreapp3.1</TargetFrameworks>
<NeutralLanguage>en</NeutralLanguage>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DotNet4.SocksProxy" Version="1.4.0.1" />

Loading…
Cancel
Save