New: Instance name in System/Status API endpoint

This commit is contained in:
Qstick 2022-05-12 19:07:40 -05:00 committed by Robin Dadswell
parent a37fc0dc1f
commit 50018d0325
1 changed files with 1 additions and 0 deletions

View File

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