fix adding an already removed torrent

This commit is contained in:
Damien Churchill 2010-04-28 10:42:25 +01:00
parent fec735f948
commit 028a35bfc8
1 changed files with 1 additions and 0 deletions

View File

@ -339,6 +339,7 @@
selModel.deselectRow(this.getStore().indexOf(record));
}
this.getStore().remove(record);
delete this.torrents[torrentId];
}, this);
}
});