New: Add AppName to system status response

Fixes #6952
This commit is contained in:
Qstick 2022-01-18 23:23:10 -06:00
parent ac9d6cbf0a
commit 8fd6101121

View file

@ -58,6 +58,7 @@ namespace Radarr.Api.V3.System
{
return new
{
AppName = BuildInfo.AppName,
Version = BuildInfo.Version.ToString(),
BuildTime = BuildInfo.BuildDateTime,
IsDebug = BuildInfo.IsDebug,