mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 03:55:43 +00:00
fix bug deluge crashes on autoseed
This commit is contained in:
parent
437649aad0
commit
ba4eaf7f7e
@ -421,7 +421,7 @@ class manager:
|
||||
|
||||
if event['event_type'] is self.constants['EVENT_FINISHED']:
|
||||
# If we are autoseeding, then we need to apply the queue
|
||||
if self.auto_seed_ratio == -1:
|
||||
if self.get_pref('auto_seed_ratio') == -1:
|
||||
self.apply_queue(efficient = False) # To work on current data
|
||||
elif event['event_type'] is self.constants['EVENT_TRACKER']:
|
||||
unique_ID = event['unique_ID']
|
||||
|
Loading…
x
Reference in New Issue
Block a user