mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +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:
|
||||
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]
|
||||
|
||||
# Add torrents to queue - at the end, of course
|
||||
|
|
Loading…
Add table
Reference in a new issue