mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
Fixed setting move on complete option in new console
This commit is contained in:
parent
cd41089e49
commit
d3d07f7f11
1 changed files with 2 additions and 0 deletions
|
@ -250,6 +250,8 @@ def torrent_action(idx, data, mode, ids):
|
||||||
for tid in ids:
|
for tid in ids:
|
||||||
if "move_on_completed_path" in options:
|
if "move_on_completed_path" in options:
|
||||||
client.core.set_torrent_move_completed_path(tid, options["move_on_completed_path"])
|
client.core.set_torrent_move_completed_path(tid, options["move_on_completed_path"])
|
||||||
|
if "move_on_completed" in options:
|
||||||
|
client.core.set_torrent_move_completed(tid, options["move_on_completed"])
|
||||||
if "is_auto_managed" in options:
|
if "is_auto_managed" in options:
|
||||||
client.core.set_torrent_auto_managed(tid, options["is_auto_managed"])
|
client.core.set_torrent_auto_managed(tid, options["is_auto_managed"])
|
||||||
if "remove_at_ratio" in options:
|
if "remove_at_ratio" in options:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue