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:
parent
22322c0494
commit
86cb95820d
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue