From 601bfd356303a3f09f4e3821257e59e80042faf0 Mon Sep 17 00:00:00 2001 From: Niels Zeilemaker Date: Thu, 18 Apr 2013 15:11:48 +0200 Subject: [PATCH] Manually adding plugins did not help --- Tribler/Core/Libtorrent/LibtorrentMgr.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Tribler/Core/Libtorrent/LibtorrentMgr.py b/Tribler/Core/Libtorrent/LibtorrentMgr.py index b7d0434f1ae..859ec1e5ca0 100644 --- a/Tribler/Core/Libtorrent/LibtorrentMgr.py +++ b/Tribler/Core/Libtorrent/LibtorrentMgr.py @@ -41,11 +41,6 @@ def __init__(self, trsession, utility): self.set_download_rate_limit(-1) self.ltsession.start_upnp() - # Load metadata extension - self.ltsession.add_extension(lt.create_metadata_plugin) - self.ltsession.add_extension(lt.create_ut_metadata_plugin) - self.ltsession.add_extension(lt.create_smart_ban_plugin) - # Start DHT try: dht_state = open(os.path.join(self.trsession.get_state_dir(), DHTSTATE_FILENAME)).read()