Tried to fix move completed feature.
This commit is contained in:
parent
28133d0e07
commit
62bb4cd961
|
@ -547,7 +547,6 @@ class Manager:
|
|||
deluge_core.move_storage(event['unique_ID'], self.get_pref('default_finished_path'))
|
||||
except SystemError:
|
||||
raise SystemError("You cannot move torrent to a different partition. Please fix your preferences")
|
||||
continue
|
||||
else:
|
||||
self.unique_IDs[event['unique_ID']].save_dir = self.get_pref('default_finished_path')
|
||||
if self.get_pref('queue_seeds_to_bottom'):
|
||||
|
|
Loading…
Reference in New Issue