aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/NullImageEncoder.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2022-01-28 08:12:21 -0700
committerGitHub <noreply@github.com>2022-01-28 08:12:21 -0700
commite5701c396a81a537a5934099d1e2d06e82b00c44 (patch)
tree243d003bb074bfd6832adad96e27759dd3205fdd /Emby.Drawing/NullImageEncoder.cs
parent488ce510321ebcec36bccc45398feffe725cb5f0 (diff)
parent8a36fe7ed51d1a1da7c629e10ff9eebf81cf9785 (diff)
Merge pull request #6436 from daullmer/splashscreen
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..d0a26b713 100644
--- a/Emby.Drawing/NullImageEncoder.cs
+++ b/Emby.Drawing/NullImageEncoder.cs
@@ -44,6 +44,12 @@ namespace Emby.Drawing
}
/// <inheritdoc />
+ public void CreateSplashscreen(IReadOnlyList<string> posters, IReadOnlyList<string> backdrops)
+ {
+ throw new NotImplementedException();
+ }
+
+ /// <inheritdoc />
public string GetImageBlurHash(int xComp, int yComp, string path)
{
throw new NotImplementedException();