mirror of https://github.com/zlatinb/muwire
personas not destinations
parent
2be9c425f7
commit
f794c39760
|
@ -81,7 +81,7 @@ public class UploadManager {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (request.have)
|
if (request.have)
|
||||||
eventBus.publish(new SourceDiscoveredEvent(infoHash : request.infoHash, source : e.destination))
|
eventBus.publish(new SourceDiscoveredEvent(infoHash : request.infoHash, source : request.downloader))
|
||||||
|
|
||||||
Mesh mesh
|
Mesh mesh
|
||||||
File file
|
File file
|
||||||
|
@ -206,7 +206,7 @@ public class UploadManager {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (request.have)
|
if (request.have)
|
||||||
eventBus.publish(new SourceDiscoveredEvent(infoHash : request.infoHash, source : e.destination))
|
eventBus.publish(new SourceDiscoveredEvent(infoHash : request.infoHash, source : request.downloader))
|
||||||
|
|
||||||
Mesh mesh
|
Mesh mesh
|
||||||
File file
|
File file
|
||||||
|
|
Loading…
Reference in New Issue