mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-30 10:14:02 +01:00
commit
97ea9d6085
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ namespace MediaBrowser.Controller.Drawing
|
|||
{
|
||||
if (x > 0 && y > 0)
|
||||
{
|
||||
bmp.SetResolution(bmp.HorizontalResolution, bmp.VerticalResolution);
|
||||
bmp.SetResolution(x, y);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue