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.