Fix #283 resuming torrents when stop_seed_at_ratio is set
This commit is contained in:
parent
5934918363
commit
cfa18bc729
|
@ -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…
Reference in New Issue