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

Added isWindows to server status

pull/2/head
Mark McDowall 12 years ago
parent 2331c0be39
commit dabff6942e

@ -40,6 +40,7 @@ namespace NzbDrone.Api.System
OsVersion = OsInfo.Version.ToString(),
IsMono = OsInfo.IsMono,
IsLinux = OsInfo.IsLinux,
IsWindows = OsInfo.IsWindows,
Branch = _configFileProvider.Branch,
Authentication = _configFileProvider.AuthenticationEnabled
}.AsResponse();

Loading…
Cancel
Save