mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 09:58:39 +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'))
|
deluge_core.move_storage(event['unique_ID'], self.get_pref('default_finished_path'))
|
||||||
except SystemError:
|
except SystemError:
|
||||||
raise SystemError("You cannot move torrent to a different partition. Please fix your preferences")
|
raise SystemError("You cannot move torrent to a different partition. Please fix your preferences")
|
||||||
continue
|
|
||||||
else:
|
else:
|
||||||
self.unique_IDs[event['unique_ID']].save_dir = 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'):
|
if self.get_pref('queue_seeds_to_bottom'):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue