From ee85257d8ee586a22768574b615b0fbb639c3af7 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sun, 7 Feb 2016 13:08:03 -0800 Subject: standard style --- bin/cmd.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') 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 + }) }) } -- cgit v1.2.3