1
0
Fork 0
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:
Qstick 2022-05-12 19:07:40 -05:00 committed by Mark McDowall
parent ad6081aec6
commit 7c98c2397a

View file

@ -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,