mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Tried to fix move completed feature.
This commit is contained in:
parent
28133d0e07
commit
62bb4cd961
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue