New: Add AppName to system status response

This commit is contained in:
Qstick 2022-01-18 23:19:03 -06:00 committed by GitHub
parent 0cb8d93069
commit 041689e904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ namespace Sonarr.Api.V3.System
{ {
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,