New: Add AppName to system status response
This commit is contained in:
parent
0cb8d93069
commit
041689e904
|
@ -50,6 +50,7 @@ namespace Sonarr.Api.V3.System
|
|||
{
|
||||
return new
|
||||
{
|
||||
AppName = BuildInfo.AppName,
|
||||
Version = BuildInfo.Version.ToString(),
|
||||
BuildTime = BuildInfo.BuildDateTime,
|
||||
IsDebug = BuildInfo.IsDebug,
|
||||
|
|
Loading…
Reference in New Issue