aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-02-05 19:53:50 +0100
committerBond-009 <bond.009@outlook.com>2019-02-05 19:53:50 +0100
commite216702bcfdf3d6a90f59e11984098990f069043 (patch)
treedbfc1809d2d09d08ed70161adb166a1faa3f5c73 /Emby.Server.Implementations
parent0ef2b46106937c8acbab8e2a6a1e08affb823d31 (diff)
Complete rename ImageSize -> ImageDimensions
Diffstat (limited to 'Emby.Server.Implementations')
-rw-r--r--Emby.Server.Implementations/Dto/DtoService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Dto/DtoService.cs b/Emby.Server.Implementations/Dto/DtoService.cs
index f5634690f..983eb51e6 100644
--- a/Emby.Server.Implementations/Dto/DtoService.cs
+++ b/Emby.Server.Implementations/Dto/DtoService.cs
@@ -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)
{