mirror of
https://github.com/Radarr/Radarr
synced 2025-12-31 04:34:36 +01:00
Added isWindows to server status
This commit is contained in:
parent
2331c0be39
commit
dabff6942e
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ private Response GetStatus()
|
|||
OsVersion = OsInfo.Version.ToString(),
|
||||
IsMono = OsInfo.IsMono,
|
||||
IsLinux = OsInfo.IsLinux,
|
||||
IsWindows = OsInfo.IsWindows,
|
||||
Branch = _configFileProvider.Branch,
|
||||
Authentication = _configFileProvider.AuthenticationEnabled
|
||||
}.AsResponse();
|
||||
|
|
|
|||
Loading…
Reference in a new issue