fix merge conflict

This commit is contained in:
Luke Pulverenti
2016-01-12 14:30:14 -05:00
parent f6d74d9a0e
commit aab0cea39a
2 changed files with 5 additions and 3 deletions

View File

@@ -181,7 +181,9 @@ namespace Emby.Drawing.ImageMagick
private void ScaleImage(MagickWand wand, int width, int height)
{
if (_config.Configuration.EnableHighQualityImageScaling)
var highQuality = false;
if (highQuality)
{
wand.CurrentImage.ResizeImage(width, height);
}