mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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));
|
selModel.deselectRow(this.getStore().indexOf(record));
|
||||||
}
|
}
|
||||||
this.getStore().remove(record);
|
this.getStore().remove(record);
|
||||||
|
delete this.torrents[torrentId];
|
||||||
}, this);
|
}, this);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue