mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 17:24:46 +03:00
add additional metadata config tab
This commit is contained in:
@@ -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[] { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user