New: Add AppName to system status response

Fixes #6952
pull/6955/head
Qstick 3 years ago
parent ac9d6cbf0a
commit 8fd6101121

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

Loading…
Cancel
Save