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:
parent
22322c0494
commit
86cb95820d
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ TransmissionRemote.prototype =
|
|||
arguments: args,
|
||||
method: 'torrent-set'
|
||||
}, function() {
|
||||
remote._controller.refreshTorrents(torrent_ids);
|
||||
remote._controller.refreshTorrents([torrentId]);
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue