aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/NullImageEncoder.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-01-26 13:16:47 +0100
committerBond_009 <bond.009@outlook.com>2019-01-26 13:16:47 +0100
commit883575893b3f4a4224f920e8c143a9edefca13e4 (patch)
tree34de1fd8fb3735835fb30dc634a7cea9088521aa /Emby.Drawing/NullImageEncoder.cs
parentd1a0497f55c7f41fe9f01bbed328967e381fd394 (diff)
Change image dimentions from double to int
Rename ImageSize -> ImageDimensions
Diffstat (limited to 'Emby.Drawing/NullImageEncoder.cs')
-rw-r--r--Emby.Drawing/NullImageEncoder.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Drawing/NullImageEncoder.cs b/Emby.Drawing/NullImageEncoder.cs
index e6f205a1f..14f0424ac 100644
--- a/Emby.Drawing/NullImageEncoder.cs
+++ b/Emby.Drawing/NullImageEncoder.cs
@@ -37,7 +37,7 @@ namespace Emby.Drawing
public bool SupportsImageEncoding => false;
- public ImageSize GetImageSize(string path)
+ public ImageDimensions GetImageSize(string path)
{
throw new NotImplementedException();
}