diff options
| author | Bond-009 <bond.009@outlook.com> | 2021-04-06 20:34:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-06 20:34:30 +0200 |
| commit | 221d9373e857d008ac9c1426e856ae3da1200701 (patch) | |
| tree | 00cf812d30a048a7405c5ba7e9b66102e7101409 /Emby.Drawing/NullImageEncoder.cs | |
| parent | 3412120c614384fc82bef4571c2fdcd45dae0a38 (diff) | |
| parent | 95327b842e9eb50ca2c53740674b8ed2f6615eae (diff) | |
Merge pull request #5708 from Bond-009/netanalyzers
Enable NetAnalyzers for more projects
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 2a1cfd3da..1c05aa916 100644 --- a/Emby.Drawing/NullImageEncoder.cs +++ b/Emby.Drawing/NullImageEncoder.cs @@ -32,7 +32,7 @@ namespace Emby.Drawing => throw new NotImplementedException(); /// <inheritdoc /> - public string EncodeImage(string inputPath, DateTime dateModified, string outputPath, bool autoOrient, ImageOrientation? orientation, int quality, ImageProcessingOptions options, ImageFormat selectedOutputFormat) + public string EncodeImage(string inputPath, DateTime dateModified, string outputPath, bool autoOrient, ImageOrientation? orientation, int quality, ImageProcessingOptions options, ImageFormat outputFormat) { throw new NotImplementedException(); } |
