Merge pull request #6870 from cvium/fix_omdb_image_provider

This commit is contained in:
Cody Robibero
2021-11-20 08:50:22 -07:00
committed by GitHub
5 changed files with 214 additions and 260 deletions

View File

@@ -402,8 +402,6 @@ namespace MediaBrowser.Model.Configuration
/// </summary>
public bool RequireHttps { get; set; } = false;
public bool EnableNewOmdbSupport { get; set; } = true;
/// <summary>
/// Gets or sets the filter for remote IP connectivity. Used in conjuntion with <seealso cref="IsRemoteIPFilterBlacklist"/>.
/// </summary>