diff --git a/lbrynet/daemon/Components.py b/lbrynet/daemon/Components.py index acc216567..620ad9a20 100644 --- a/lbrynet/daemon/Components.py +++ b/lbrynet/daemon/Components.py @@ -211,7 +211,8 @@ class SessionComponent(Component): peer_port=GCS('peer_port'), wallet=self.component_manager.get_component(WALLET_COMPONENT), external_ip=CS.get_external_ip(), - storage=self.component_manager.get_component(DATABASE_COMPONENT) + storage=self.component_manager.get_component(DATABASE_COMPONENT), + download_mirrors=GCS('download_mirrors') ) yield self.session.setup()