torrent.go | 3 +-- diff --git a/torrent.go b/torrent.go index 49d69fe7bab6190ccb586d6afe5bcb5f548be1d6..0f8ab9b556d748fabefb15d53a91827c75c24ced 100644 --- a/torrent.go +++ b/torrent.go @@ -2062,9 +2062,8 @@ t.storageLock.RUnlock() t.cl.lock() defer t.cl.unlock() p.hashing = false - t.updatePiecePriority(index) t.pieceHashed(index, correct, copyErr) - t.publishPieceChange(index) + t.updatePiecePriority(index) t.activePieceHashes-- t.tryCreateMorePieceHashers() }