mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-15 11:23:13 +01:00
Update MainStartup.cs
Updated based on feedback. Best to keep everything consistent.
This commit is contained in:
parent
360f4e5cbd
commit
3d76afc1ec
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ namespace MediaBrowser.ServerApplication
|
|||
|
||||
if (!runService)
|
||||
{
|
||||
if (!options.ContainsOption("nosplash")) ShowSplashScreen(_appHost.ApplicationVersion, initProgress, logManager.GetLogger("Splash"));
|
||||
if (!options.ContainsOption("-nosplash")) ShowSplashScreen(_appHost.ApplicationVersion, initProgress, logManager.GetLogger("Splash"));
|
||||
|
||||
// Not crazy about this but it's the only way to suppress ffmpeg crash dialog boxes
|
||||
SetErrorMode(ErrorModes.SEM_FAILCRITICALERRORS | ErrorModes.SEM_NOALIGNMENTFAULTEXCEPT |
|
||||
|
|
|
|||
Loading…
Reference in a new issue