mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 16:52:04 +02:00
New: Instance name in System/Status API endpoint
This commit is contained in:
@@ -59,6 +59,7 @@ namespace Prowlarr.Api.V1.System
|
|||||||
return new
|
return new
|
||||||
{
|
{
|
||||||
AppName = BuildInfo.AppName,
|
AppName = BuildInfo.AppName,
|
||||||
|
InstanceName = _configFileProvider.InstanceName,
|
||||||
Version = BuildInfo.Version.ToString(),
|
Version = BuildInfo.Version.ToString(),
|
||||||
BuildTime = BuildInfo.BuildDateTime,
|
BuildTime = BuildInfo.BuildDateTime,
|
||||||
IsDebug = BuildInfo.IsDebug,
|
IsDebug = BuildInfo.IsDebug,
|
||||||
|
Reference in New Issue
Block a user