mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
Add splashscreen builder
This commit is contained in:
committed by
Cody Robibero
parent
c6a1dcf420
commit
4ba168c8a1
@@ -74,5 +74,11 @@ namespace MediaBrowser.Controller.Drawing
|
||||
/// <param name="options">The options to use when creating the collage.</param>
|
||||
/// <param name="libraryName">Optional. </param>
|
||||
void CreateImageCollage(ImageCollageOptions options, string? libraryName);
|
||||
|
||||
/// <summary>
|
||||
/// Creates a splashscreen image.
|
||||
/// </summary>
|
||||
/// <param name="options">The options to use when creating the splashscreen.</param>
|
||||
void CreateSplashscreen(SplashscreenOptions options);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user