fixes seeding issue after restarting deluge when move_storage is enabled - micah
This commit is contained in:
parent
3f9193592f
commit
cd70b85850
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue