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

Add NeutralLanguage to Radarr.csproj to appease VS 16.8

pull/5316/head
geogolem 4 years ago committed by Qstick
parent 3a8ca21a17
commit f5a46b14ac

@ -2,6 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net462;netcoreapp3.1</TargetFrameworks>
<NeutralLanguage>en</NeutralLanguage>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>..\NzbDrone.Host\Radarr.ico</ApplicationIcon>

Loading…
Cancel
Save