From 31673cc27d0bfcb3543d32c5a1e7d89a86ccb186 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Tue, 10 Jan 2023 11:15:21 -0500 Subject: [PATCH] Disable splash screen image by default (#9060) --- MediaBrowser.Model/Branding/BrandingOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MediaBrowser.Model/Branding/BrandingOptions.cs b/MediaBrowser.Model/Branding/BrandingOptions.cs index a0adb56ef7..3f3c8f3ce1 100644 --- a/MediaBrowser.Model/Branding/BrandingOptions.cs +++ b/MediaBrowser.Model/Branding/BrandingOptions.cs @@ -23,7 +23,7 @@ public class BrandingOptions /// /// Gets or sets a value indicating whether to enable the splashscreen. /// - public bool SplashscreenEnabled { get; set; } = true; + public bool SplashscreenEnabled { get; set; } = false; /// /// Gets or sets the splashscreen location on disk.