added more control over what items to extract chapter images from

pull/702/head
Luke Pulverenti 11 years ago
parent 14a8b41503
commit 0b53ab76eb

@ -322,7 +322,7 @@ namespace MediaBrowser.ServerApplication
/// </summary>
private void SetKernelProperties()
{
new FFMpegManager(ApplicationPaths, MediaEncoder, Logger, ItemRepository, FileSystemManager);
new FFMpegManager(MediaEncoder, Logger, ItemRepository, FileSystemManager, ServerConfigurationManager);
LocalizedStrings.StringFiles = GetExports<LocalizedStringData>();

Loading…
Cancel
Save