mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-18 10:32:49 +00:00
fixes #2335 - Raw image not showing in webbrowser
This commit is contained in:
@@ -1202,7 +1202,7 @@ namespace Emby.Server.Implementations
|
||||
|
||||
private IImageProcessor GetImageProcessor()
|
||||
{
|
||||
return new ImageProcessor(LogManager.GetLogger("ImageProcessor"), ServerConfigurationManager.ApplicationPaths, FileSystemManager, JsonSerializer, ImageEncoder, () => LibraryManager, TimerFactory);
|
||||
return new ImageProcessor(LogManager.GetLogger("ImageProcessor"), ServerConfigurationManager.ApplicationPaths, FileSystemManager, JsonSerializer, ImageEncoder, () => LibraryManager, TimerFactory, () => MediaEncoder);
|
||||
}
|
||||
|
||||
protected virtual FFMpegInstallInfo GetFfmpegInstallInfo()
|
||||
|
||||
Reference in New Issue
Block a user