Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add time remaining estimate and minor fixes #56

Merged
merged 10 commits into from May 18, 2014

removed extraneous comment

  • Loading branch information
transitive-bullshit committed May 15, 2014
commit f98a3fdeb9282aaa5b40e8de42d21ebf50b757c4
@@ -77,8 +77,6 @@ WebTorrent.prototype.add = function (torrentId, opts, cb) {
WebTorrent.prototype._onTorrent = function (torrent) {
var self = this

//torrent.swarm.on('wire', function () { })

// if no index specified, use largest file
// TODO: support torrent index selection correctly -- this doesn't work yet
/*if (typeof torrent.index !== 'number') {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.