mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-02 21:15:05 +00:00
New: Add AppName to system status response
This commit is contained in:
parent
ebce9ea885
commit
6883356e28
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