mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07: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 @@ namespace Lidarr.Api.V1.System
|
|||
{
|
||||
return new
|
||||
{
|
||||
AppName = BuildInfo.AppName,
|
||||
Version = BuildInfo.Version.ToString(),
|
||||
BuildTime = BuildInfo.BuildDateTime,
|
||||
IsDebug = BuildInfo.IsDebug,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue