We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7b0c7 commit 3ab8cdbCopy full SHA for 3ab8cdb
defaulttrackers/core.py
@@ -67,7 +67,7 @@ def disable(self):
67
def update(self):
68
pass
69
70
- def on_torrent_added(self, torrent_id):
+ def on_torrent_added(self, torrent_id, from_state=False):
71
torrent = component.get("TorrentManager")[torrent_id]
72
if (torrent.torrent_info and torrent.torrent_info.priv()) or torrent.get_status(["private"])["private"]:
73
return
@@ -96,4 +96,3 @@ def set_config(self, config):
96
def get_config(self):
97
"""Returns the config dictionary"""
98
return self.config.config
99
-
0 commit comments