Complete rename ImageSize -> ImageDimensions

This commit is contained in:
Bond-009
2019-02-05 19:53:50 +01:00
parent 0ef2b46106
commit e216702bcf
6 changed files with 27 additions and 14 deletions

View File

@@ -1418,7 +1418,7 @@ namespace Emby.Server.Implementations.Dto
try
{
size = _imageProcessor.GetImageSize(item, imageInfo);
size = _imageProcessor.GetImageDimensions(item, imageInfo);
if (size.Width <= 0 || size.Height <= 0)
{