mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 22:06:27 +00:00
This commit is contained in:
parent
3dc0b25876
commit
aef72f74a2
@ -499,7 +499,7 @@ class Manager:
|
|||||||
for unique_ID in self.unique_IDs:
|
for unique_ID in self.unique_IDs:
|
||||||
torrent_state = self.get_core_torrent_state(unique_ID)
|
torrent_state = self.get_core_torrent_state(unique_ID)
|
||||||
if torrent_state['progress'] == 1.0:
|
if torrent_state['progress'] == 1.0:
|
||||||
self.remove_torrent_ns(unique_ID)
|
self.remove_torrent_ns(unique_ID, False)
|
||||||
self.removed_unique_ids[unique_ID] = 1
|
self.removed_unique_ids[unique_ID] = 1
|
||||||
|
|
||||||
self.sync()
|
self.sync()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user