diff --git a/deluge/core/torrentmanager.py b/deluge/core/torrentmanager.py index 011e40af9..650656059 100644 --- a/deluge/core/torrentmanager.py +++ b/deluge/core/torrentmanager.py @@ -901,6 +901,7 @@ class TorrentManager(component.Component): except: return torrent.set_save_path(alert.handle.save_path()) + torrent.set_move_completed(False) def on_alert_torrent_resumed(self, alert): log.debug("on_alert_torrent_resumed")