mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
Added IDtoService
This commit is contained in:
@@ -250,14 +250,6 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// The _internet providers enabled
|
||||
/// </summary>
|
||||
private bool _internetProvidersEnabled;
|
||||
/// <summary>
|
||||
/// The _people image fetching enabled
|
||||
/// </summary>
|
||||
private bool _peopleImageFetchingEnabled;
|
||||
/// <summary>
|
||||
/// The _items by name path
|
||||
/// </summary>
|
||||
@@ -275,8 +267,6 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
{
|
||||
_seasonZeroDisplayName = ConfigurationManager.Configuration.SeasonZeroDisplayName;
|
||||
_itemsByNamePath = ConfigurationManager.ApplicationPaths.ItemsByNamePath;
|
||||
_internetProvidersEnabled = configuration.EnableInternetProviders;
|
||||
_peopleImageFetchingEnabled = configuration.InternetProviderExcludeTypes == null || !configuration.InternetProviderExcludeTypes.Contains(typeof(Person).Name, StringComparer.OrdinalIgnoreCase);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user