add additional metadata config tab

This commit is contained in:
Luke Pulverenti
2013-12-17 23:39:44 -05:00
parent b3b72e1259
commit 14a8b41503
6 changed files with 9 additions and 21 deletions

View File

@@ -142,12 +142,6 @@ namespace MediaBrowser.Model.Configuration
/// <value><c>true</c> if [show log window]; otherwise, <c>false</c>.</value>
public bool ShowLogWindow { get; set; }
/// <summary>
/// The list of types that will NOT be allowed to have internet providers run against them even if they are turned on.
/// </summary>
/// <value>The internet provider exclude types.</value>
public string[] InternetProviderExcludeTypes { get; set; }
/// <summary>
/// Gets or sets the recent item days.
/// </summary>
@@ -266,7 +260,6 @@ namespace MediaBrowser.Model.Configuration
RecentItemDays = 10;
EnableInternetProviders = true; //initial installs will need these
InternetProviderExcludeTypes = new string[] { };
ManualLoginClients = new ManualLoginCategory[] { };