diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-01-10 08:25:46 -0700 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2022-01-10 08:26:30 -0700 |
| commit | ecb73168b34e3d58dff186b6d90fb4bdd192e24a (patch) | |
| tree | a973f42d5e77239077e967eef28105a30ada3fe3 /Emby.Drawing/NullImageEncoder.cs | |
| parent | 360fd70fc74325008b031c9a1155b9b76724866d (diff) | |
Suggestions from review
Diffstat (limited to 'Emby.Drawing/NullImageEncoder.cs')
| -rw-r--r-- | Emby.Drawing/NullImageEncoder.cs | 6 |
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(); |
