diff options
| author | David Ullmer <davidullmer@outlook.de> | 2021-08-17 18:11:38 +0200 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2022-01-04 08:20:16 -0700 |
| commit | 3fb3ee074a375d0afd4d7d81252ba535d885afb8 (patch) | |
| tree | 327112e24e12a389cca09484849778feb4d932f9 /Emby.Drawing/NullImageEncoder.cs | |
| parent | 0fd4ff44513b195bb43368c7002d08991fed6c98 (diff) | |
Remove splashscreen generation from IImageEncoder and add IImageGenerator
Diffstat (limited to 'Emby.Drawing/NullImageEncoder.cs')
| -rw-r--r-- | Emby.Drawing/NullImageEncoder.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Emby.Drawing/NullImageEncoder.cs b/Emby.Drawing/NullImageEncoder.cs index ed12f6acb..1c05aa916 100644 --- a/Emby.Drawing/NullImageEncoder.cs +++ b/Emby.Drawing/NullImageEncoder.cs @@ -44,12 +44,6 @@ namespace Emby.Drawing } /// <inheritdoc /> - public void CreateSplashscreen(SplashscreenOptions options) - { - throw new NotImplementedException(); - } - - /// <inheritdoc /> public string GetImageBlurHash(int xComp, int yComp, string path) { throw new NotImplementedException(); |
