diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-01-26 13:16:47 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-01-26 13:16:47 +0100 |
| commit | 883575893b3f4a4224f920e8c143a9edefca13e4 (patch) | |
| tree | 34de1fd8fb3735835fb30dc634a7cea9088521aa /Emby.Drawing/NullImageEncoder.cs | |
| parent | d1a0497f55c7f41fe9f01bbed328967e381fd394 (diff) | |
Change image dimentions from double to int
Rename ImageSize -> ImageDimensions
Diffstat (limited to 'Emby.Drawing/NullImageEncoder.cs')
| -rw-r--r-- | Emby.Drawing/NullImageEncoder.cs | 2 |
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(); } |
