aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/NullImageEncoder.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2022-01-10 08:25:46 -0700
committerCody Robibero <cody@robibe.ro>2022-01-10 08:26:30 -0700
commitecb73168b34e3d58dff186b6d90fb4bdd192e24a (patch)
treea973f42d5e77239077e967eef28105a30ada3fe3 /Emby.Drawing/NullImageEncoder.cs
parent360fd70fc74325008b031c9a1155b9b76724866d (diff)
Suggestions from review
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();