Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/blame/commit/5d8bc50c773f81bbc1dc649fa321f99fc43f0a1d/NzbDrone.Common/Properties/SharedAssemblyInfo.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
using System.Reflection;
|
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
|
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
|
|
|
|
[assembly: AssemblyCompany("www.nzbdrone.com")]
|
|
|
|
|
[assembly: AssemblyProduct("NzbDrone")]
|
|
|
|
|
[assembly: AssemblyCopyright("GNU General Public v3")]
|
|
|
|
|
[assembly: AssemblyTrademark("")]
|
|
|
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
|
|
|
|
|
|
// Setting ComVisible to false makes the types in this assembly not visible
|
|
|
|
|
// to COM components. If you need to access a type in this assembly from
|
|
|
|
|
// COM, set the ComVisible attribute to true on that type.
|
|
|
|
|
|
|
|
|
|
[assembly: ComVisible(false)]
|