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
This commit is contained in:
Mark Monteiro
2020-04-26 12:07:54 -04:00
parent 93649ad77b
commit 57b5ec1d51
4 changed files with 0 additions and 30 deletions

View File

@@ -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; }