additional move_storage conditional -micah
This commit is contained in:
parent
d04124b998
commit
0297409f2f
|
@ -572,7 +572,8 @@ class Manager:
|
|||
|
||||
elif event['event_type'] is self.constants['EVENT_FINISHED']:
|
||||
# Queue seeding torrent to bottom if needed
|
||||
if self.get_pref('enable_move_completed'):
|
||||
if self.get_pref('enable_move_completed') and not \
|
||||
(self.get_pref('default_finished_path') == self.get_pref('default_download_path')):
|
||||
deluge_core.move_storage(event['unique_ID'], self.get_pref('default_finished_path'))
|
||||
if self.get_pref('queue_seeds_to_bottom'):
|
||||
self.queue_bottom(event['unique_ID'])
|
||||
|
|
Loading…
Reference in New Issue