New: Add AppName to system status response

pull/2596/head
Qstick 3 years ago committed by GitHub
parent ebce9ea885
commit 6883356e28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save