New: Add AppName to system status response

pull/1462/head
Qstick 3 years ago committed by GitHub
parent d6ba6bbfd1
commit c5787b0c87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save