fixes seeding issue after restarting deluge when move_storage is enabled - micah

This commit is contained in:
Marcos Pinto 2007-07-11 20:48:49 +00:00
parent 3f9193592f
commit cd70b85850
1 changed files with 1 additions and 0 deletions

View File

@ -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