diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-01-19 16:08:58 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-01-19 16:08:58 -0500 |
| commit | 4ea72584dbba2a425daeb20d8afcbae720f22269 (patch) | |
| tree | 7f268376038e7082a95255d46e8b542a58048a7f /MediaBrowser.Server.Startup.Common | |
| parent | 01f4ddbdc376f3d519e310f4a923acd4ea6c08b5 (diff) | |
switch dashboard to key off of SupportsHttps
Diffstat (limited to 'MediaBrowser.Server.Startup.Common')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index a3e389957..2695ddaf6 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -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, |
