add http server port number to system info

This commit is contained in:
Luke Pulverenti
2013-09-07 11:58:47 -04:00
parent 0d59941539
commit 730c62818e
4 changed files with 18 additions and 16 deletions

View File

@@ -607,7 +607,8 @@ namespace MediaBrowser.ServerApplication
CompletedInstallations = InstallationManager.CompletedInstallations.ToArray(),
Id = _systemId,
ProgramDataPath = ApplicationPaths.ProgramDataPath,
MacAddress = GetMacAddress()
MacAddress = GetMacAddress(),
HttpServerPortNumber = ServerConfigurationManager.Configuration.HttpServerPortNumber
};
}