Skip to content

Commit

Permalink
Backport pull request #9060 from jellyfin/release-10.8.z
Browse files Browse the repository at this point in the history
Disable splash screen image by default

Original-merge: 31673cc

Merged-by: Bill Thornton <thornbill@users.noreply.github.com>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
  • Loading branch information
dmitrylyzo authored and joshuaboniface committed Jan 22, 2023
1 parent 28b98ca commit 2b1a7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MediaBrowser.Model/Branding/BrandingOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class BrandingOptions
/// <summary>
/// Gets or sets a value indicating whether to enable the splashscreen.
/// </summary>
public bool SplashscreenEnabled { get; set; } = true;
public bool SplashscreenEnabled { get; set; } = false;

/// <summary>
/// Gets or sets the splashscreen location on disk.
Expand Down

0 comments on commit 2b1a7dd

Please sign in to comment.