diff --git a/torrent.go b/torrent.go index c4c52f5a..01bc9005 100644 --- a/torrent.go +++ b/torrent.go @@ -510,7 +510,7 @@ func (t *torrent) piecePartiallyDownloaded(piece int) bool { return false } if t.pieceAllDirty(piece) { - return true + return false } return t.Pieces[piece].hasDirtyChunks() }