aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2014-11-07 17:37:45 -0500
committerLuke <luke.pulverenti@gmail.com>2014-11-07 17:37:45 -0500
commit44a78252942ae828d043bfe3b310c8bc0b074162 (patch)
tree9ffbdad3fad434b388afc4edaa6ee26c35bcbc3a /MediaBrowser.ServerApplication
parentd9bdfb9daa9d825f9c7bfc4a165329bfa7ad1069 (diff)
parent3d76afc1ec0322a955cf30fda358d4fff12c46e6 (diff)
Merge pull request #940 from MrAnks/master
Update MainStartup.cs
Diffstat (limited to 'MediaBrowser.ServerApplication')
-rw-r--r--MediaBrowser.ServerApplication/MainStartup.cs2
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 |