mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:11:24 +02:00
fix merge conflict
This commit is contained in:
parent
f6d74d9a0e
commit
aab0cea39a
2 changed files with 5 additions and 3 deletions
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue