New: Add AppName to system status response

pull/793/head
Qstick 3 years ago committed by GitHub
parent 2da22c08b0
commit c9951e7eba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save