diff --git a/deluge/core/torrent.py b/deluge/core/torrent.py index 46be72209..aa7decb29 100644 --- a/deluge/core/torrent.py +++ b/deluge/core/torrent.py @@ -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)