diff --git a/src/core.py b/src/core.py index 6749fca40..3acb0b6bb 100644 --- a/src/core.py +++ b/src/core.py @@ -529,6 +529,7 @@ class Manager: # Queue seeding torrent to bottom if needed if(self.get_pref('enable_move_completed')): deluge_core.move_storage(event['unique_ID'], self.get_pref('default_finished_path')) + self.unique_IDs[event['unique_ID']].save_dir = self.get_pref('default_finished_path') if self.get_pref('queue_seeds_to_bottom'): self.queue_bottom(event['unique_ID']) # If we are autoseeding, then we need to apply the queue