diff --git a/src/Readarr.Api.V1/System/SystemController.cs b/src/Readarr.Api.V1/System/SystemController.cs index b858c30d2..52e1b2d22 100644 --- a/src/Readarr.Api.V1/System/SystemController.cs +++ b/src/Readarr.Api.V1/System/SystemController.cs @@ -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,