mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-02-08 12:05:40 +02:00
New: Instance name in System/Status API endpoint
This commit is contained in:
parent
ad6081aec6
commit
7c98c2397a
@ -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…
x
Reference in New Issue
Block a user