Fix TrySetResolution

pull/702/head
abeloin 11 years ago
parent 0f7f467478
commit a05de5ad0c

@ -198,7 +198,7 @@ namespace MediaBrowser.Controller.Drawing
{ {
if (x > 0 && y > 0) if (x > 0 && y > 0)
{ {
bmp.SetResolution(bmp.HorizontalResolution, bmp.VerticalResolution); bmp.SetResolution(x, y);
} }
} }

Loading…
Cancel
Save