From 86cb95820d13a33e0a919f710d48f52beb1b37a9 Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Fri, 21 Oct 2011 02:41:53 +0000 Subject: [PATCH] fix 2.40 error changing file priorities in the web client. --- web/javascript/remote.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); }); },