mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
New: Instance name in System/Status API endpoint
This commit is contained in:
parent
a8304a904c
commit
d3b1ed41aa
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ namespace Lidarr.Api.V1.System
|
||||||
return new
|
return new
|
||||||
{
|
{
|
||||||
AppName = BuildInfo.AppName,
|
AppName = BuildInfo.AppName,
|
||||||
|
InstanceName = _configFileProvider.InstanceName,
|
||||||
Version = BuildInfo.Version.ToString(),
|
Version = BuildInfo.Version.ToString(),
|
||||||
BuildTime = BuildInfo.BuildDateTime,
|
BuildTime = BuildInfo.BuildDateTime,
|
||||||
IsDebug = BuildInfo.IsDebug,
|
IsDebug = BuildInfo.IsDebug,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue