|
@@ -249,6 +249,7 @@ public sealed class SetupServer : IDisposable
|
|
|
{
|
|
{
|
|
|
{ "isInReportingMode", _isUnhealthy },
|
|
{ "isInReportingMode", _isUnhealthy },
|
|
|
{ "retryValue", retryAfterValue },
|
|
{ "retryValue", retryAfterValue },
|
|
|
|
|
+ { "version", typeof(Emby.Server.Implementations.ApplicationHost).Assembly.GetName().Version! },
|
|
|
{ "logs", startupLogEntries },
|
|
{ "logs", startupLogEntries },
|
|
|
{ "networkManagerReady", networkManager is not null },
|
|
{ "networkManagerReady", networkManager is not null },
|
|
|
{ "localNetworkRequest", networkManager is not null && context.Connection.RemoteIpAddress is not null && networkManager.IsInLocalNetwork(context.Connection.RemoteIpAddress) }
|
|
{ "localNetworkRequest", networkManager is not null && context.Connection.RemoteIpAddress is not null && networkManager.IsInLocalNetwork(context.Connection.RemoteIpAddress) }
|