mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +00:00
tweak queue bottom
This commit is contained in:
parent
6253d68e3f
commit
547766cdf9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue