mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -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
|
||||
{
|
||||
AppName = BuildInfo.AppName,
|
||||
InstanceName = _configFileProvider.InstanceName,
|
||||
Version = BuildInfo.Version.ToString(),
|
||||
BuildTime = BuildInfo.BuildDateTime,
|
||||
IsDebug = BuildInfo.IsDebug,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue