[#2960] Fix typo in storage moved alert

This commit is contained in:
Calum Lind 2017-01-28 14:27:27 +00:00
parent 6b49f844dc
commit 8c26c83c4d
1 changed files with 1 additions and 1 deletions

View File

@ -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()