mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-24 02:11:06 +00:00
Fix moving on complete
This commit is contained in:
parent
6bcb7fccf5
commit
eec5005214
@ -614,7 +614,7 @@ class TorrentManager(component.Component):
|
|||||||
elif self.config["move_completed"]:
|
elif self.config["move_completed"]:
|
||||||
move_path = self.config["move_completed_path"]
|
move_path = self.config["move_completed_path"]
|
||||||
if move_path:
|
if move_path:
|
||||||
if torrent.save_path != move_path:
|
if torrent.options["download_location"] != move_path:
|
||||||
torrent.move_storage(move_path)
|
torrent.move_storage(move_path)
|
||||||
|
|
||||||
torrent.is_finished = True
|
torrent.is_finished = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user