TorrentStorageMovedEvent is never emited
Posted: Thu Jan 22, 2015 4:40 am
Hi, I'm writing a new plugin and I've come across an issue.
As of 1.3.11, The TorrentStorageMovedEvent is never emited. I'm using it to verify that a move has finished before resuming a torrent, but TorrentManager.on_alert_storage_moved never emits the event, so my plugin has no idea when the move is finished.
Is the lack of emit in the code an oversight, or working as intended? Is there a better way I should be ensuring that the move is completed?
-Laharah
As of 1.3.11, The TorrentStorageMovedEvent is never emited. I'm using it to verify that a move has finished before resuming a torrent, but TorrentManager.on_alert_storage_moved never emits the event, so my plugin has no idea when the move is finished.
Is the lack of emit in the code an oversight, or working as intended? Is there a better way I should be ensuring that the move is completed?
-Laharah