mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-10 10:47:02 +00:00
New: Add AppName to system status response
This commit is contained in:
@@ -58,6 +58,7 @@ namespace Readarr.Api.V1.System
|
||||
{
|
||||
return new
|
||||
{
|
||||
AppName = BuildInfo.AppName,
|
||||
Version = BuildInfo.Version.ToString(),
|
||||
BuildTime = BuildInfo.BuildDateTime,
|
||||
IsDebug = BuildInfo.IsDebug,
|
||||
|
||||
Reference in New Issue
Block a user