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