mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Fix moving on complete
This commit is contained in:
parent
6bcb7fccf5
commit
eec5005214
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ class TorrentManager(component.Component):
|
|||
elif self.config["move_completed"]:
|
||||
move_path = self.config["move_completed_path"]
|
||||
if move_path:
|
||||
if torrent.save_path != move_path:
|
||||
if torrent.options["download_location"] != move_path:
|
||||
torrent.move_storage(move_path)
|
||||
|
||||
torrent.is_finished = True
|
||||
|
|
Loading…
Add table
Reference in a new issue