Add splashscreen builder

This commit is contained in:
David Ullmer
2021-08-15 20:32:08 +02:00
committed by Cody Robibero
parent c6a1dcf420
commit 4ba168c8a1
7 changed files with 279 additions and 30 deletions

View File

@@ -43,6 +43,12 @@ namespace Emby.Drawing
throw new NotImplementedException();
}
/// <inheritdoc />
public void CreateSplashscreen(SplashscreenOptions options)
{
throw new NotImplementedException();
}
/// <inheritdoc />
public string GetImageBlurHash(int xComp, int yComp, string path)
{