mirror of
https://github.com/Readarr/Readarr
synced 2026-05-08 21:13:58 +02:00
New: Add AppName to system status response
This commit is contained in:
parent
d6ba6bbfd1
commit
c5787b0c87
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ public object GetStatus()
|
||||||
{
|
{
|
||||||
return new
|
return new
|
||||||
{
|
{
|
||||||
|
AppName = BuildInfo.AppName,
|
||||||
Version = BuildInfo.Version.ToString(),
|
Version = BuildInfo.Version.ToString(),
|
||||||
BuildTime = BuildInfo.BuildDateTime,
|
BuildTime = BuildInfo.BuildDateTime,
|
||||||
IsDebug = BuildInfo.IsDebug,
|
IsDebug = BuildInfo.IsDebug,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue