From 2b1a7ddd32576b87c6c0c799d42c6fc07351c23d Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Sun, 22 Jan 2023 14:05:38 -0500 Subject: [PATCH] Backport pull request #9060 from jellyfin/release-10.8.z Disable splash screen image by default Original-merge: 31673cc27d0bfcb3543d32c5a1e7d89a86ccb186 Merged-by: Bill Thornton Backported-by: Joshua M. Boniface --- 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 695267d46d..c6580598b4 100644 --- a/MediaBrowser.Model/Branding/BrandingOptions.cs +++ b/MediaBrowser.Model/Branding/BrandingOptions.cs @@ -22,7 +22,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.