mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
Fix TrySetResolution
This commit is contained in:
@@ -198,7 +198,7 @@ namespace MediaBrowser.Controller.Drawing
|
||||
{
|
||||
if (x > 0 && y > 0)
|
||||
{
|
||||
bmp.SetResolution(bmp.HorizontalResolution, bmp.VerticalResolution);
|
||||
bmp.SetResolution(x, y);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user