mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-18 14:26:24 +00:00
Fix #1113 set move on completed to False after a success storage move
This commit is contained in:
parent
bba825703b
commit
86232cac8e
@ -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…
x
Reference in New Issue
Block a user