diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-04-26 12:07:54 -0400 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-04-26 12:07:54 -0400 |
| commit | 57b5ec1d514ad8c5a0e8aced4b84b46b4c8923a7 (patch) | |
| tree | da63dbc4537343f9f772526e438ef7496cf3bab4 /MediaBrowser.Model/Configuration/ServerConfiguration.cs | |
| parent | 93649ad77b1e6b005a9b7a33d4c82bbce6189ecc (diff) | |
Remove unnecessary properties from SystemInfo response object
These properties do not provide any useful information to the client. The client would already have to have all this information in order to connect to the endpoint to retrieve it
Diffstat (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/ServerConfiguration.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index 6ee6a1f93..e4cd6c34a 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -234,11 +234,6 @@ namespace MediaBrowser.Model.Configuration /// </summary> public bool RequireHttps { get; set; } - /// <summary> - /// Gets or sets a value indicating whether the server is behind a reverse proxy. - /// </summary> - public bool IsBehindProxy { get; set; } - public bool EnableNewOmdbSupport { get; set; } public string[] RemoteIPFilter { get; set; } |
