Fix release build

This commit is contained in:
Cody Robibero
2022-01-10 08:30:55 -07:00
parent ecb73168b3
commit 6520ad03f0
2 changed files with 1 additions and 13 deletions

View File

@@ -1,12 +0,0 @@
namespace MediaBrowser.Controller.Drawing;
/// <summary>
/// Which generated image type the <see cref="IImageGenerator"/> supports.
/// </summary>
public enum GeneratedImageType
{
/// <summary>
/// The splashscreen.
/// </summary>
Splashscreen = 0
}