diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-06-09 15:27:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-09 15:27:29 -0400 |
| commit | 1b0f6f6c56ee82fee149c26518284ac994394270 (patch) | |
| tree | 118bda4b0be57add2228d7e2d1ebf40b94999bf5 /Emby.Drawing/NullImageEncoder.cs | |
| parent | 9cb197d5112eadfc6ce80163aa79bb968ed2d554 (diff) | |
| parent | 15ee918ac60c3c9b35ca7ea7a1eca4396493f142 (diff) | |
Merge pull request #2695 from MediaBrowser/dev
Dev
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 2241c5a86..f04e8aaf1 100644 --- a/Emby.Drawing/NullImageEncoder.cs +++ b/Emby.Drawing/NullImageEncoder.cs @@ -32,7 +32,7 @@ namespace Emby.Drawing throw new NotImplementedException(); } - public string EncodeImage(string inputPath, DateTime dateModified, string outputPath, bool autoOrient, int quality, ImageProcessingOptions options, ImageFormat selectedOutputFormat) + public string EncodeImage(string inputPath, DateTime dateModified, string outputPath, bool autoOrient, ImageOrientation? orientation, int quality, ImageProcessingOptions options, ImageFormat selectedOutputFormat) { throw new NotImplementedException(); } |
