Merge pull request #15246 from JPVenson/feature/AddVersionDisplayStartupUi

Add version to StartupUI
This commit is contained in:
Bond-009
2025-11-25 18:30:27 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

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