mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fix merge conflict
This commit is contained in:
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…
x
Reference in New Issue
Block a user