aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/NullImageEncoder.cs
diff options
context:
space:
mode:
authorDavid Ullmer <davidullmer@outlook.de>2021-08-15 20:32:08 +0200
committerCody Robibero <cody@robibe.ro>2022-01-04 08:20:16 -0700
commit4ba168c8a1be41d1c9db581bc79f170e24327d19 (patch)
tree6610e772ba25a292dd79b61e58e8348bd0f2694e /Emby.Drawing/NullImageEncoder.cs
parentc6a1dcf420dfbb4bef80b1267fe26035e67f9a6d (diff)
Add splashscreen builder
Diffstat (limited to 'Emby.Drawing/NullImageEncoder.cs')
-rw-r--r--Emby.Drawing/NullImageEncoder.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Emby.Drawing/NullImageEncoder.cs b/Emby.Drawing/NullImageEncoder.cs
index 1c05aa916..ed12f6acb 100644
--- a/Emby.Drawing/NullImageEncoder.cs
+++ b/Emby.Drawing/NullImageEncoder.cs
@@ -44,6 +44,12 @@ 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();