mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Fix #1113 set move on completed to False after a success storage move
This commit is contained in:
parent
bba825703b
commit
86232cac8e
1 changed files with 1 additions and 0 deletions
|
@ -901,6 +901,7 @@ class TorrentManager(component.Component):
|
|||
except:
|
||||
return
|
||||
torrent.set_save_path(alert.handle.save_path())
|
||||
torrent.set_move_completed(False)
|
||||
|
||||
def on_alert_torrent_resumed(self, alert):
|
||||
log.debug("on_alert_torrent_resumed")
|
||||
|
|
Loading…
Add table
Reference in a new issue