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:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cmd.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/cmd.js b/bin/cmd.js
index 311d358..2271548 100755
--- a/bin/cmd.js
+++ b/bin/cmd.js
@@ -446,7 +446,6 @@ function runDownload (torrentId) {
device.play(href, 0, function () {})
})
.start()
- // TODO: handle case where user closes airplay. do same thing as when VLC is closed
}
if (argv.chromecast) {
@@ -505,7 +504,7 @@ function drawTorrent (torrent) {
})
var linesRemaining = clivas.height
var peerslisted = 0
- var speed = torrent.downloadSpeed()
+ var speed = torrent.downloadSpeed
var estimate = moment.duration(torrent.timeRemaining / 1000, 'seconds').humanize()
clivas.clear()