(trunk web) #4170 "Ask tracker for more peers" -- implemented by a nice patch from Dmitry

This commit is contained in:
Jordan Lee
2011-05-15 17:46:26 +00:00
parent e0754c8b98
commit a6f90b6a2e
3 changed files with 22 additions and 0 deletions

View File

@@ -244,6 +244,9 @@ TransmissionRemote.prototype =
verifyTorrents: function( torrent_ids, callback ) {
this.sendTorrentActionRequests( 'torrent-verify', torrent_ids, callback );
},
reannounceTorrents: function( torrent_ids, callback ) {
this.sendTorrentActionRequests( 'torrent-reannounce', torrent_ids, callback );
},
addTorrentByUrl: function( url, options ) {
var remote = this;
var o = {