diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2021-11-09 08:35:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-09 08:35:33 +0100 |
| commit | 6f85e3047591e716d732a648466c700769404f7c (patch) | |
| tree | 75f4acce165890b11921854cfb8a91e0b3551165 /Emby.Drawing/ImageProcessor.cs | |
| parent | 958a4f509c0d8a326eedc6a95a9f9e2d31e5391f (diff) | |
| parent | 64652b639299ecd9a692f89a7bbda3f827129fa3 (diff) | |
Merge pull request #6806 from crobibero/dotnet6
Update to full dotnet 6
Diffstat (limited to 'Emby.Drawing/ImageProcessor.cs')
| -rw-r--r-- | Emby.Drawing/ImageProcessor.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Drawing/ImageProcessor.cs b/Emby.Drawing/ImageProcessor.cs index ac73cfa42..3f75e4fc7 100644 --- a/Emby.Drawing/ImageProcessor.cs +++ b/Emby.Drawing/ImageProcessor.cs @@ -26,7 +26,7 @@ namespace Emby.Drawing public sealed class ImageProcessor : IImageProcessor, IDisposable { // Increment this when there's a change requiring caches to be invalidated - private const string Version = "3"; + private const char Version = '3'; private static readonly HashSet<string> _transparentImageTypes = new HashSet<string>(StringComparer.OrdinalIgnoreCase) { ".png", ".webp", ".gif" }; |
