diff --git a/README.md b/README.md index 792daa29..62ad0df1 100644 --- a/README.md +++ b/README.md @@ -346,6 +346,10 @@ Get total bytes received from peers (excluding invalid data) Get the torrent download location +#### `torrent.timeRemaining` + +Time Remaining for download (in milliseconds) + #### `torrent.destroy()` Alias for `client.remove(torrent)`. diff --git a/bin/cmd.js b/bin/cmd.js index 85958c9d..4ba9839a 100755 --- a/bin/cmd.js +++ b/bin/cmd.js @@ -529,6 +529,7 @@ function drawTorrent (torrent) { ) if (seeding) { clivas.line('{green:info hash:} ' + torrent.infoHash) + clivas.line('{green:magnetURI:} ' + torrent.magnetURI) linesRemaining -= 1 } clivas.line(