diff --git a/core/src/main/groovy/com/muwire/core/download/DownloadManager.groovy b/core/src/main/groovy/com/muwire/core/download/DownloadManager.groovy index b88ba098..bd28907e 100644 --- a/core/src/main/groovy/com/muwire/core/download/DownloadManager.groovy +++ b/core/src/main/groovy/com/muwire/core/download/DownloadManager.groovy @@ -43,6 +43,7 @@ public class DownloadManager { I2PConnector connector, File home, Persona me) { this.eventBus = eventBus this.trustService = trustService + this.meshManager = meshManager this.muSettings = muSettings this.connector = connector this.incompletes = new File(home,"incompletes")