diff options
| author | Patrick Barron <18354464+barronpm@users.noreply.github.com> | 2020-05-13 19:06:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-13 19:06:04 +0000 |
| commit | a8f0d0aa0dfe589f4dd5148d0c328bf83271ffb2 (patch) | |
| tree | fb1d6d677e75aaa3abff0afb6f87d15982fe109f /MediaBrowser.Model/System/SystemInfo.cs | |
| parent | 511d20a100398baca38f24adfabc56f6f3cfac9c (diff) | |
| parent | f08830ea00e7111d68f12b001995edc56177f6e4 (diff) | |
Merge branch 'master' into activitydb-efcore
Diffstat (limited to 'MediaBrowser.Model/System/SystemInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/System/SystemInfo.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs index 3d543039e..f2c5aa1e3 100644 --- a/MediaBrowser.Model/System/SystemInfo.cs +++ b/MediaBrowser.Model/System/SystemInfo.cs @@ -116,24 +116,6 @@ namespace MediaBrowser.Model.System public string TranscodingTempPath { get; set; } /// <summary> - /// Gets or sets the HTTP server port number. - /// </summary> - /// <value>The HTTP server port number.</value> - public int HttpServerPortNumber { get; set; } - - /// <summary> - /// Gets or sets a value indicating whether [enable HTTPS]. - /// </summary> - /// <value><c>true</c> if [enable HTTPS]; otherwise, <c>false</c>.</value> - public bool SupportsHttps { get; set; } - - /// <summary> - /// Gets or sets the HTTPS server port number. - /// </summary> - /// <value>The HTTPS server port number.</value> - public int HttpsPortNumber { get; set; } - - /// <summary> /// Gets or sets a value indicating whether this instance has update available. /// </summary> /// <value><c>true</c> if this instance has update available; otherwise, <c>false</c>.</value> |
