set the column values on a successful request instead of being lazy and just triggering an update
This commit is contained in:
parent
828a1d339a
commit
100f4c2e9f
@ -246,7 +246,9 @@ Deluge.Details.Files = {
|
|||||||
|
|
||||||
Deluge.Client.core.set_torrent_file_priorities(this.torrentId, priorities, {
|
Deluge.Client.core.set_torrent_file_priorities(this.torrentId, priorities, {
|
||||||
onSuccess: function() {
|
onSuccess: function() {
|
||||||
this.update(this.torrentId);
|
$each(nodes, function(node) {
|
||||||
|
node.setColumnValue(3, baseItem.filePriority);
|
||||||
|
});
|
||||||
}.bind(this)
|
}.bind(this)
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user