mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-03 13:45:02 +00:00
New: Instance name in System/Status API endpoint
This commit is contained in:
parent
ad6081aec6
commit
7c98c2397a
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ namespace Sonarr.Api.V3.System
|
|||
return new
|
||||
{
|
||||
AppName = BuildInfo.AppName,
|
||||
InstanceName = _configFileProvider.InstanceName,
|
||||
Version = BuildInfo.Version.ToString(),
|
||||
BuildTime = BuildInfo.BuildDateTime,
|
||||
IsDebug = BuildInfo.IsDebug,
|
||||
|
|
Loading…
Reference in a new issue