aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/NullImageEncoder.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2021-04-06 20:34:30 +0200
committerGitHub <noreply@github.com>2021-04-06 20:34:30 +0200
commit221d9373e857d008ac9c1426e856ae3da1200701 (patch)
tree00cf812d30a048a7405c5ba7e9b66102e7101409 /Emby.Drawing/NullImageEncoder.cs
parent3412120c614384fc82bef4571c2fdcd45dae0a38 (diff)
parent95327b842e9eb50ca2c53740674b8ed2f6615eae (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.cs2
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();
}