mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 12:04:10 +00:00
fix to work with new deluge-torrents layout
This commit is contained in:
parent
8d1a49f11c
commit
cf2842b623
@ -31,7 +31,7 @@ Deluge.ToolBar = {
|
||||
},
|
||||
|
||||
onTorrentAction: function(item) {
|
||||
var selection = Deluge.Torrents.getSelectionModel().getSelections();
|
||||
var selection = Deluge.Torrents.getSelections();
|
||||
var ids = new Array();
|
||||
$each(selection, function(record) {
|
||||
ids.include(record.id);
|
||||
|
Loading…
x
Reference in New Issue
Block a user