aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/NullImageEncoder.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-05-17 14:19:13 -0400
committerGitHub <noreply@github.com>2017-05-17 14:19:13 -0400
commit53ca77ed3136ef0e42486f74b3c8b58a66e4ac5c (patch)
tree6509b8adf32de2be823ff55de538ce9df0c4b0e7 /Emby.Drawing/NullImageEncoder.cs
parent3d44783da9c01580aa4bde8a7a83215a3467e10f (diff)
parent9695430d9d37c27ed0385b5ad29ab9888d712f39 (diff)
Merge pull request #2644 from MediaBrowser/dev
Dev
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 1723e0637..2241c5a86 100644
--- a/Emby.Drawing/NullImageEncoder.cs
+++ b/Emby.Drawing/NullImageEncoder.cs
@@ -32,7 +32,7 @@ namespace Emby.Drawing
throw new NotImplementedException();
}
- public void EncodeImage(string inputPath, ImageSize? originalImageSize, string outputPath, bool autoOrient, int quality, ImageProcessingOptions options, ImageFormat selectedOutputFormat)
+ public string EncodeImage(string inputPath, DateTime dateModified, string outputPath, bool autoOrient, int quality, ImageProcessingOptions options, ImageFormat selectedOutputFormat)
{
throw new NotImplementedException();
}