mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-28 08:58:41 +02:00
New: Instance name in System/Status API endpoint
This commit is contained in:
parent
ad6081aec6
commit
7c98c2397a
@ -51,6 +51,7 @@ private object GetStatus()
|
||||
return new
|
||||
{
|
||||
AppName = BuildInfo.AppName,
|
||||
InstanceName = _configFileProvider.InstanceName,
|
||||
Version = BuildInfo.Version.ToString(),
|
||||
BuildTime = BuildInfo.BuildDateTime,
|
||||
IsDebug = BuildInfo.IsDebug,
|
||||
|
Loading…
Reference in New Issue
Block a user