diff --git a/bin/cmd.js b/bin/cmd.js index a4ae8ed1..b40574f5 100755 --- a/bin/cmd.js +++ b/bin/cmd.js @@ -454,7 +454,9 @@ function runDownload (torrentId) { if (argv.chromecast) { var chromecasts = require('chromecasts')() chromecasts.on('update', function (player) { - player.play(href) + player.play(href, { + title: torrent.name + }) }) }