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>2016-02-08 00:08:03 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-02-08 00:10:27 +0300
commitee85257d8ee586a22768574b615b0fbb639c3af7 (patch)
tree9ef95acf00fb652145077ffc9c3a319f3526415d /bin
parent5d8f4ecc44396a33bf7b601bae57834562a1b18e (diff)
standard style
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cmd.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/cmd.js b/bin/cmd.js
index b40574f..1b5cce1 100755
--- a/bin/cmd.js
+++ b/bin/cmd.js
@@ -454,9 +454,9 @@ function runDownload (torrentId) {
if (argv.chromecast) {
var chromecasts = require('chromecasts')()
chromecasts.on('update', function (player) {
- player.play(href, {
- title: torrent.name
- })
+ player.play(href, {
+ title: torrent.name
+ })
})
}