torrent.go | 1 + diff --git a/torrent.go b/torrent.go index 2742ad6a90afd30da10d4544cdc103f1cdc6365c..68cfe1f0bec2fea03c57d5e4d1267037be63bb8a 100644 --- a/torrent.go +++ b/torrent.go @@ -2904,6 +2904,7 @@ if t.haveInfo() { ws.onGotInfo(t.info) } t.webSeeds[url] = &ws.peer + ws.peer.updateRequests("Torrent.addWebSeed") } func (t *Torrent) peerIsActive(p *Peer) (active bool) {