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.Model/System/SystemInfo.cs | |
| parent | 01f4ddbdc376f3d519e310f4a923acd4ea6c08b5 (diff) | |
switch dashboard to key off of SupportsHttps
Diffstat (limited to 'MediaBrowser.Model/System/SystemInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/System/SystemInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs index ff9d822dd..ce081d5f2 100644 --- a/MediaBrowser.Model/System/SystemInfo.cs +++ b/MediaBrowser.Model/System/SystemInfo.cs @@ -126,7 +126,7 @@ namespace MediaBrowser.Model.System /// Gets or sets a value indicating whether [enable HTTPS]. /// </summary> /// <value><c>true</c> if [enable HTTPS]; otherwise, <c>false</c>.</value> - public bool EnableHttps { get; set; } + public bool SupportsHttps { get; set; } /// <summary> /// Gets or sets the HTTPS server port number. |
