mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
[#2960] Fix typo in storage moved alert
This commit is contained in:
parent
6b49f844dc
commit
8c26c83c4d
1 changed files with 1 additions and 1 deletions
|
@ -1060,7 +1060,7 @@ class TorrentManager(component.Component):
|
|||
except (RuntimeError, KeyError):
|
||||
return
|
||||
|
||||
torrent.set_download_location(os.path.normpath(alert.storage_path))
|
||||
torrent.set_download_location(os.path.normpath(alert.storage_path()))
|
||||
torrent.set_move_completed(False)
|
||||
torrent.update_state()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue