mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-13 21:14:55 +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']]:
|
for callback in self.event_callbacks[event['event_type']]:
|
||||||
callback(event)
|
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":
|
if event['message'] == "torrent has finished downloading":
|
||||||
|
|
||||||
# Queue seeding torrent to bottom if needed
|
# Queue seeding torrent to bottom if needed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user