Fix TrySetResolution
This commit is contained in:
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…
Reference in New Issue
Block a user