Conflicts:
	MediaBrowser.Server.Startup.Common/ApplicationHost.cs
This commit is contained in:
Luke Pulverenti 2015-01-17 15:17:01 -05:00
commit 7903037524
2 changed files with 2 additions and 0 deletions

View file

@ -194,6 +194,7 @@
"LabelVideoCodec": "Video: {0}",
"LabelRemoteAccessUrl": "Remote access: {0}",
"LabelRunningOnPort": "Running on port {0}.",
"LabelRunningOnHttpsPort": "Running on SSL port {0}.",
"HeaderLatestFromChannel": "Latest from {0}",
"ButtonDownload": "Download",
"LabelUnknownLanaguage": "Unknown language",

View file

@ -977,6 +977,7 @@ namespace MediaBrowser.Server.Startup.Common
CachePath = ApplicationPaths.CachePath,
MacAddress = GetMacAddress(),
HttpServerPortNumber = HttpServerPort,
HttpsPortNumber = HttpsServerPort,
OperatingSystem = OperatingSystemDisplayName,
CanSelfRestart = CanSelfRestart,
CanSelfUpdate = CanSelfUpdate,