fix merge conflict

pull/702/head
Luke Pulverenti 9 years ago
parent f6d74d9a0e
commit aab0cea39a

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

@ -1,4 +1,4 @@
using System.Reflection; using System.Reflection;
[assembly: AssemblyVersion("3.0.*")] //[assembly: AssemblyVersion("3.0.*")]
//[assembly: AssemblyVersion("3.0.5802")] [assembly: AssemblyVersion("3.0.5806")]

Loading…
Cancel
Save