mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
sync instead of just pickle on torrent move
This commit is contained in:
parent
c9a15f9b64
commit
67a66ce2bd
1 changed files with 1 additions and 1 deletions
|
@ -609,7 +609,7 @@ class Manager:
|
|||
raise StorageMoveFailed(_("You cannot move torrent to a different partition. Please fix your preferences"))
|
||||
elif event['message'] == self.get_pref('default_finished_path'):
|
||||
self.unique_IDs[event['unique_ID']].save_dir = self.get_pref('default_finished_path')
|
||||
self.pickle_state()
|
||||
self.sync()
|
||||
|
||||
elif event['event_type'] is self.constants['EVENT_FINISHED']:
|
||||
if event['message'] == "torrent has finished downloading":
|
||||
|
|
Loading…
Add table
Reference in a new issue