diff --git a/deluge/plugins/Label/deluge/plugins/label/core.py b/deluge/plugins/Label/deluge/plugins/label/core.py index 1c950235b..d255e77eb 100644 --- a/deluge/plugins/Label/deluge/plugins/label/core.py +++ b/deluge/plugins/Label/deluge/plugins/label/core.py @@ -134,6 +134,8 @@ class Core(CorePluginBase): ## Plugin hooks ## def post_torrent_add(self, torrent_id, from_state): + if from_state: + return log.debug("post_torrent_add") torrent = self.torrents[torrent_id]