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
path: root/bin
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2014-06-05 08:56:47 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-06-05 08:56:47 +0400
commita01a76f44f082b38d71c6257d9d967e51d4fda14 (patch)
tree9a62a304047eedec16d3ff99c2efd451f021745a /bin
parent702cd7db6e21ff289c3d0917991a06879e2b254d (diff)
always start http server
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cmd.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/cmd.js b/bin/cmd.js
index 5e1d004..79f162a 100755
--- a/bin/cmd.js
+++ b/bin/cmd.js
@@ -104,9 +104,7 @@ var client = new WebTorrent({
list: argv.list,
quiet: true,
blocklist: argv.blocklist,
- port: (argv.vlc || argv.mplayer || argv.omx)
- ? argv.port
- : false
+ port: argv.port
})
var started = Date.now()