mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
This commit is contained in:
parent
6e7ab64cfe
commit
29ab4c0ba3
1 changed files with 1 additions and 1 deletions
|
@ -601,7 +601,7 @@ class Manager:
|
||||||
|
|
||||||
for unique_ID in to_delete:
|
for unique_ID in to_delete:
|
||||||
self.state.torrents.remove(self.unique_IDs[unique_ID])
|
self.state.torrents.remove(self.unique_IDs[unique_ID])
|
||||||
self.state.queue.remove(self.unique_IDs[unique_ID])
|
self.state.queue.remove(unique_ID)
|
||||||
del self.unique_IDs[unique_ID]
|
del self.unique_IDs[unique_ID]
|
||||||
|
|
||||||
# Add torrents to queue - at the end, of course
|
# Add torrents to queue - at the end, of course
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue