aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Emby.Drawing/ImageProcessor.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Drawing/ImageProcessor.cs b/Emby.Drawing/ImageProcessor.cs
index 5f70070ec..c750b60e2 100644
--- a/Emby.Drawing/ImageProcessor.cs
+++ b/Emby.Drawing/ImageProcessor.cs
@@ -65,8 +65,8 @@ namespace Emby.Drawing
_mediaEncoder = mediaEncoder;
_appPaths = appPaths;
-
ImageEnhancers = Array.Empty<IImageEnhancer>();
+
ImageHelper.ImageProcessor = this;
}