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) 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);
} }

View File

@ -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")]