diff options
| author | MrAnks <iangavin35@gmail.com> | 2014-11-07 15:38:04 +0000 |
|---|---|---|
| committer | MrAnks <iangavin35@gmail.com> | 2014-11-07 15:38:04 +0000 |
| commit | 3d76afc1ec0322a955cf30fda358d4fff12c46e6 (patch) | |
| tree | 40ad4fa00526d63cc8904926f7f0598c5d0c6eb3 | |
| parent | 360f4e5cbd5bf66c0be99894c5239037b428605d (diff) | |
Update MainStartup.cs
Updated based on feedback. Best to keep everything consistent.
| -rw-r--r-- | MediaBrowser.ServerApplication/MainStartup.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/MainStartup.cs b/MediaBrowser.ServerApplication/MainStartup.cs index 1cbe8676c..e6cea5463 100644 --- a/MediaBrowser.ServerApplication/MainStartup.cs +++ b/MediaBrowser.ServerApplication/MainStartup.cs @@ -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 | |
