switch dashboard to key off of SupportsHttps
This commit is contained in:
parent
01f4ddbdc3
commit
4ea72584db
|
@ -126,7 +126,7 @@ namespace MediaBrowser.Model.System
|
||||||
/// Gets or sets a value indicating whether [enable HTTPS].
|
/// Gets or sets a value indicating whether [enable HTTPS].
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value><c>true</c> if [enable HTTPS]; otherwise, <c>false</c>.</value>
|
/// <value><c>true</c> if [enable HTTPS]; otherwise, <c>false</c>.</value>
|
||||||
public bool EnableHttps { get; set; }
|
public bool SupportsHttps { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the HTTPS server port number.
|
/// Gets or sets the HTTPS server port number.
|
||||||
|
|
|
@ -1007,7 +1007,7 @@ namespace MediaBrowser.Server.Startup.Common
|
||||||
CachePath = ApplicationPaths.CachePath,
|
CachePath = ApplicationPaths.CachePath,
|
||||||
MacAddress = GetMacAddress(),
|
MacAddress = GetMacAddress(),
|
||||||
HttpServerPortNumber = HttpPort,
|
HttpServerPortNumber = HttpPort,
|
||||||
EnableHttps = EnableHttps,
|
SupportsHttps = SupportsHttps,
|
||||||
HttpsPortNumber = HttpsPort,
|
HttpsPortNumber = HttpsPort,
|
||||||
OperatingSystem = OperatingSystemDisplayName,
|
OperatingSystem = OperatingSystemDisplayName,
|
||||||
CanSelfRestart = CanSelfRestart,
|
CanSelfRestart = CanSelfRestart,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user