1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-12 09:25:03 +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,
method: 'torrent-set'
}, function() {
remote._controller.refreshTorrents(torrent_ids);
remote._controller.refreshTorrents([torrentId]);
});
},