diff options
| author | Luke <luke.pulverenti@gmail.com> | 2014-11-07 17:37:45 -0500 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2014-11-07 17:37:45 -0500 |
| commit | 44a78252942ae828d043bfe3b310c8bc0b074162 (patch) | |
| tree | 9ffbdad3fad434b388afc4edaa6ee26c35bcbc3a /MediaBrowser.ServerApplication | |
| parent | d9bdfb9daa9d825f9c7bfc4a165329bfa7ad1069 (diff) | |
| parent | 3d76afc1ec0322a955cf30fda358d4fff12c46e6 (diff) | |
Merge pull request #940 from MrAnks/master
Update MainStartup.cs
Diffstat (limited to 'MediaBrowser.ServerApplication')
| -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 c47dc2155..e6cea5463 100644 --- a/MediaBrowser.ServerApplication/MainStartup.cs +++ b/MediaBrowser.ServerApplication/MainStartup.cs @@ -224,7 +224,7 @@ namespace MediaBrowser.ServerApplication if (!runService) { - 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 | |
