diff --git a/web/javascript/remote.js b/web/javascript/remote.js index f4d29caac..ddefb2263 100644 --- a/web/javascript/remote.js +++ b/web/javascript/remote.js @@ -132,7 +132,7 @@ TransmissionRemote.prototype = arguments: args, method: 'torrent-set' }, function() { - remote._controller.refreshTorrents(torrent_ids); + remote._controller.refreshTorrents([torrentId]); }); },