Skip to content

Commit

Permalink
updated to utilize newest deluge package w/connection management
Browse files Browse the repository at this point in the history
  • Loading branch information
ginman86 committed Feb 24, 2015
1 parent 5ab3409 commit 3c50387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/clients/deluge.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ deluge = require('deluge')(delugeUrl, password, downloadLocation);

var Deluge = {
add: function(magnet, callback) {
deluge.add(magnet, callback);
deluge.add(magnet, null, callback);
}
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"body-parser": "^1.11.0",
"cheerio": "^0.18.0",
"deluge": "^1.5.1",
"deluge": "^1.6.5",
"express": "^4.10.8",
"express-handlebars": "^1.1.0",
"forever": "^0.14.1",
Expand Down

0 comments on commit 3c50387

Please sign in to comment.