mirror of
https://github.com/Readarr/Readarr
synced 2026-01-02 05:37:45 +01: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
|
||||
{
|
||||
AppName = BuildInfo.AppName,
|
||||
Version = BuildInfo.Version.ToString(),
|
||||
BuildTime = BuildInfo.BuildDateTime,
|
||||
IsDebug = BuildInfo.IsDebug,
|
||||
|
|
|
|||
Loading…
Reference in a new issue