diff options
Diffstat (limited to 'MediaBrowser.Controller/Drawing/ImageExtensions.cs')
| -rw-r--r-- | MediaBrowser.Controller/Drawing/ImageExtensions.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Drawing/ImageExtensions.cs b/MediaBrowser.Controller/Drawing/ImageExtensions.cs index 8e75c5210..9dc58b3d2 100644 --- a/MediaBrowser.Controller/Drawing/ImageExtensions.cs +++ b/MediaBrowser.Controller/Drawing/ImageExtensions.cs @@ -198,7 +198,7 @@ namespace MediaBrowser.Controller.Drawing { if (x > 0 && y > 0) { - bmp.SetResolution(bmp.HorizontalResolution, bmp.VerticalResolution); + bmp.SetResolution(x, y); } } |
