mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
- fixed pause/resume (broken by multiple selection commit)
This commit is contained in:
parent
8a64412cb5
commit
ac6eb8c6bc
@ -68,8 +68,8 @@ function attachMochaLinkEvents(){
|
||||
new Event(e).stop();
|
||||
var h = myTable.selectedIds();
|
||||
if(h.length){
|
||||
h.each(function(item, index){
|
||||
new Request({url: '/command/'+item, method: 'post', data: {hash: item}}).send();
|
||||
h.each(function(hash, index){
|
||||
new Request({url: '/command/'+item, method: 'post', data: {hash: hash}}).send();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user