Fix #283 resuming torrents when stop_seed_at_ratio is set

This commit is contained in:
Andrew Resch 2008-06-17 02:00:53 +00:00
parent 5934918363
commit cfa18bc729
1 changed files with 0 additions and 2 deletions

View File

@ -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)