Refactor omdb providers

This commit is contained in:
cvium
2021-11-19 15:32:07 +01:00
parent fa366f0099
commit 96ea865681
5 changed files with 215 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>