mirror of
https://github.com/Radarr/Radarr
synced 2025-12-24 09:13:45 +01:00
New: Instance name in System/Status API endpoint
This commit is contained in:
parent
a37fc0dc1f
commit
50018d0325
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ public object GetStatus()
|
|||
return new
|
||||
{
|
||||
AppName = BuildInfo.AppName,
|
||||
InstanceName = _configFileProvider.InstanceName,
|
||||
Version = BuildInfo.Version.ToString(),
|
||||
BuildTime = BuildInfo.BuildDateTime,
|
||||
IsDebug = BuildInfo.IsDebug,
|
||||
|
|
|
|||
Loading…
Reference in a new issue