mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 16:33:25 -03:00
Complete rename ImageSize -> ImageDimensions
This commit is contained in:
@@ -181,7 +181,7 @@ namespace Emby.Photos
|
||||
|
||||
try
|
||||
{
|
||||
var size = _imageProcessor.GetImageSize(item, img, false);
|
||||
var size = _imageProcessor.GetImageDimensions(item, img, false);
|
||||
|
||||
if (size.Width > 0 && size.Height > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user