aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Branding/BrandingOptions.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Branding/BrandingOptions.cs')
-rw-r--r--MediaBrowser.Model/Branding/BrandingOptions.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Branding/BrandingOptions.cs b/MediaBrowser.Model/Branding/BrandingOptions.cs
index cc42c1718..a0adb56ef 100644
--- a/MediaBrowser.Model/Branding/BrandingOptions.cs
+++ b/MediaBrowser.Model/Branding/BrandingOptions.cs
@@ -21,6 +21,11 @@ public class BrandingOptions
public string? CustomCss { get; set; }
/// <summary>
+ /// Gets or sets a value indicating whether to enable the splashscreen.
+ /// </summary>
+ public bool SplashscreenEnabled { get; set; } = true;
+
+ /// <summary>
/// Gets or sets the splashscreen location on disk.
/// </summary>
/// <remarks>