mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-09 08:33:08 +00:00
fix adding an already removed torrent
This commit is contained in:
parent
fec735f948
commit
028a35bfc8
@ -339,6 +339,7 @@
|
||||
selModel.deselectRow(this.getStore().indexOf(record));
|
||||
}
|
||||
this.getStore().remove(record);
|
||||
delete this.torrents[torrentId];
|
||||
}, this);
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user