diff --git a/index.js b/index.js index db320de..d998ada 100644 --- a/index.js +++ b/index.js @@ -54,6 +54,7 @@ Client.prototype.complete = function (opts) { var self = this opts = opts || {} opts.event = 'completed' + opts.downloaded = self._torrentLength self._request(opts) }