switch dashboard to key off of SupportsHttps

This commit is contained in:
Luke Pulverenti
2015-01-19 16:08:58 -05:00
parent 01f4ddbdc3
commit 4ea72584db
2 changed files with 2 additions and 2 deletions

View File

@@ -1007,7 +1007,7 @@ namespace MediaBrowser.Server.Startup.Common
CachePath = ApplicationPaths.CachePath,
MacAddress = GetMacAddress(),
HttpServerPortNumber = HttpPort,
EnableHttps = EnableHttps,
SupportsHttps = SupportsHttps,
HttpsPortNumber = HttpsPort,
OperatingSystem = OperatingSystemDisplayName,
CanSelfRestart = CanSelfRestart,