mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Fix #283 resuming torrents when stop_seed_at_ratio is set
This commit is contained in:
parent
5934918363
commit
cfa18bc729
1 changed files with 0 additions and 2 deletions
|
@ -470,8 +470,6 @@ class Torrent:
|
|||
self.signals.emit("torrent_resume_at_stop_ratio")
|
||||
return
|
||||
|
||||
return True
|
||||
|
||||
if self.auto_managed:
|
||||
# This torrent is to be auto-managed by lt queueing
|
||||
self.handle.auto_managed(True)
|
||||
|
|
Loading…
Add table
Reference in a new issue