(trunk web) refresh all of the torrent's data when change a file

This commit is contained in:
Kevin Glowacz
2009-06-30 03:37:40 +00:00
parent c7d3eabf40
commit 7b755a9596
2 changed files with 8 additions and 5 deletions

View File

@@ -154,7 +154,7 @@ TransmissionRemote.prototype =
};
o.arguments[command] = [ file._index ];
this.sendRequest( o, function( ) {
remote.loadTorrentFiles( torrent_ids );
remote._controller.refreshTorrents( torrent_ids );
} );
},