torrent.go | 1 + diff --git a/torrent.go b/torrent.go index c4abf295f647abea088ed4480eccce1480c62904..95e972616bfbb23c7527b82eec4bfe17766bdea7 100644 --- a/torrent.go +++ b/torrent.go @@ -1552,6 +1552,7 @@ sum := t.hashPiece(piece) cl.mu.Lock() p.hashing = false t.pieceHashed(piece, sum == p.hash) + t.publishPieceChange(piece) } // Return the connections that touched a piece, and clear the entry while