This commit is contained in:
Andrew Resch 2008-08-31 00:03:14 +00:00
parent ea16f2ca8f
commit ec368d6c70

View File

@ -576,7 +576,7 @@ class Torrent:
self.signals.emit("torrent_resume_at_stop_ratio")
return
if self.auto_managed:
if self.options["auto_managed"]:
# This torrent is to be auto-managed by lt queueing
self.handle.auto_managed(True)