1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-14 18:34:43 +00:00

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

View file

@ -132,7 +132,7 @@ TransmissionRemote.prototype =
arguments: args, arguments: args,
method: 'torrent-set' method: 'torrent-set'
}, function() { }, function() {
remote._controller.refreshTorrents(torrent_ids); remote._controller.refreshTorrents([torrentId]);
}); });
}, },