mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-05 17:56:18 +00:00
fix merge conflict
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("3.0.*")]
|
||||
//[assembly: AssemblyVersion("3.0.5802")]
|
||||
//[assembly: AssemblyVersion("3.0.*")]
|
||||
[assembly: AssemblyVersion("3.0.5806")]
|
||||
|
||||
Reference in New Issue
Block a user