fix 2.40 error changing file priorities in the web client.

This commit is contained in:
Jordan Lee
2011-10-21 02:41:53 +00:00
parent 22322c0494
commit 86cb95820d
+1 -1
View File
@@ -132,7 +132,7 @@ TransmissionRemote.prototype =
arguments: args,
method: 'torrent-set'
}, function() {
remote._controller.refreshTorrents(torrent_ids);
remote._controller.refreshTorrents([torrentId]);
});
},