diff --git a/deluge/core/torrent.py b/deluge/core/torrent.py index 7b58e846e..db1ad8d41 100644 --- a/deluge/core/torrent.py +++ b/deluge/core/torrent.py @@ -264,6 +264,7 @@ class Torrent(object): self.update_status(self.handle.status()) self._create_status_funcs() self.set_options(self.options) + self.update_state() if log.isEnabledFor(logging.DEBUG): log.debug("Torrent object created.")