mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
fix adding an already removed torrent
This commit is contained in:
parent
fec735f948
commit
028a35bfc8
1 changed files with 1 additions and 0 deletions
|
@ -339,6 +339,7 @@
|
|||
selModel.deselectRow(this.getStore().indexOf(record));
|
||||
}
|
||||
this.getStore().remove(record);
|
||||
delete this.torrents[torrentId];
|
||||
}, this);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue