mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +00:00
Fix typo
This commit is contained in:
parent
ea16f2ca8f
commit
ec368d6c70
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ class Torrent:
|
||||||
self.signals.emit("torrent_resume_at_stop_ratio")
|
self.signals.emit("torrent_resume_at_stop_ratio")
|
||||||
return
|
return
|
||||||
|
|
||||||
if self.auto_managed:
|
if self.options["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