mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 13:56:47 +00:00
tweak queue bottom
This commit is contained in:
parent
6253d68e3f
commit
547766cdf9
@ -632,7 +632,7 @@ class Manager:
|
||||
for callback in self.event_callbacks[event['event_type']]:
|
||||
callback(event)
|
||||
|
||||
elif event['event_type'] is self.constants['EVENT_FINISHED']:
|
||||
if event['event_type'] is self.constants['EVENT_FINISHED']:
|
||||
if event['message'] == "torrent has finished downloading":
|
||||
|
||||
# Queue seeding torrent to bottom if needed
|
||||
|
Loading…
x
Reference in New Issue
Block a user