mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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")
|
self.signals.emit("torrent_resume_at_stop_ratio")
|
||||||
return
|
return
|
||||||
|
|
||||||
return True
|
|
||||||
|
|
||||||
if self.auto_managed:
|
if self.auto_managed:
|
||||||
# This torrent is to be auto-managed by lt queueing
|
# This torrent is to be auto-managed by lt queueing
|
||||||
self.handle.auto_managed(True)
|
self.handle.auto_managed(True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue