Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2015-07-17 06:17:32 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-07-17 06:17:32 +0300
commit30b5de56237a1aece1c25a27275f0ec101939a3a (patch)
tree3cb07f8826657adcb0b6adc47ba0667e1f13530a /bin/cmd.js
parent6f3479d44c173304eefcbf5902170e2e3b2eec26 (diff)
Silence vlc debug output
Diffstat (limited to 'bin/cmd.js')
-rwxr-xr-xbin/cmd.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cmd.js b/bin/cmd.js
index 6e919e5..6f75dfc 100755
--- a/bin/cmd.js
+++ b/bin/cmd.js
@@ -76,7 +76,7 @@ function getRuntime () {
return Math.floor((Date.now() - started) / 1000)
}
-var VLC_ARGS = '--play-and-exit --video-on-top'
+var VLC_ARGS = '--play-and-exit --video-on-top --quiet'
if (process.env.DEBUG) {
VLC_ARGS += ' -q'
} else {