mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
Change image dimentions from double to int
Rename ImageSize -> ImageDimensions
This commit is contained in:
@@ -57,7 +57,7 @@ namespace MediaBrowser.Controller.Drawing
|
||||
!MaxHeight.HasValue;
|
||||
}
|
||||
|
||||
public bool HasDefaultOptions(string originalImagePath, ImageSize? size)
|
||||
public bool HasDefaultOptions(string originalImagePath, ImageDimensions? size)
|
||||
{
|
||||
if (!size.HasValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user