mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-31 05:48:18 +00:00
Added isWindows to server status
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user