mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-19 15:59:57 +00:00
Fix 'queue_seeds_to_bottom' to actually work.
This commit is contained in:
parent
c557dcd293
commit
05bf525ff9
@ -503,6 +503,9 @@ class Manager:
|
|||||||
ret.append(event)
|
ret.append(event)
|
||||||
|
|
||||||
if event['event_type'] is self.constants['EVENT_FINISHED']:
|
if event['event_type'] is self.constants['EVENT_FINISHED']:
|
||||||
|
# Queue seeding torrent to bottom if needed
|
||||||
|
if self.get_pref('queue_seeds_to_bottom'):
|
||||||
|
self.queue_to_bottom(event['unique_ID'])
|
||||||
# If we are autoseeding, then we need to apply the queue
|
# If we are autoseeding, then we need to apply the queue
|
||||||
if self.get_pref('auto_seed_ratio') == -1:
|
if self.get_pref('auto_seed_ratio') == -1:
|
||||||
self.apply_queue(efficient = False) # To work on current data
|
self.apply_queue(efficient = False) # To work on current data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user