mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-11 11:42:19 +02:00
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…
x
Reference in New Issue
Block a user