1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-07 15:23:48 +00:00

Added isWindows to server status

This commit is contained in:
Mark McDowall 2013-09-12 08:35:46 -07:00
parent 2331c0be39
commit dabff6942e

View file

@ -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();