mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
fix 2.40 error changing file priorities in the web client.
This commit is contained in:
@@ -132,7 +132,7 @@ TransmissionRemote.prototype =
|
||||
arguments: args,
|
||||
method: 'torrent-set'
|
||||
}, function() {
|
||||
remote._controller.refreshTorrents(torrent_ids);
|
||||
remote._controller.refreshTorrents([torrentId]);
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user