mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix release build
This commit is contained in:
parent
ecb73168b3
commit
6520ad03f0
@ -29,7 +29,7 @@ public class SplashscreenPostScanTask : ILibraryPostScanTask
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="itemRepository">Instance of the <see cref="IItemRepository"/> interface.</param>
|
/// <param name="itemRepository">Instance of the <see cref="IItemRepository"/> interface.</param>
|
||||||
/// <param name="imageEncoder">Instance of the <see cref="IImageEncoder"/> interface.</param>
|
/// <param name="imageEncoder">Instance of the <see cref="IImageEncoder"/> interface.</param>
|
||||||
/// <param name="logger">Instance of the <see cref="ILogger{SplashscreenPostScanTask"/> interface.</param>
|
/// <param name="logger">Instance of the <see cref="ILogger{SplashscreenPostScanTask}"/> interface.</param>
|
||||||
public SplashscreenPostScanTask(
|
public SplashscreenPostScanTask(
|
||||||
IItemRepository itemRepository,
|
IItemRepository itemRepository,
|
||||||
IImageEncoder imageEncoder,
|
IImageEncoder imageEncoder,
|
||||||
|
@ -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
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user