1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-21 06:39:06 +00:00

New: Add AppName to system status response

This commit is contained in:
Qstick 2022-01-18 23:19:03 -06:00 committed by GitHub
parent 0cb8d93069
commit 041689e904
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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