Revert "fix piecepriotiry structure"

This reverts commit 45d06fac8b.
This commit is contained in:
Alexey Kostin 2021-03-05 23:28:42 +03:00
parent 00fad06b37
commit 0009754f1e

View File

@ -158,7 +158,7 @@ func (newstructure *NewTorrentStructure) FillMissing() {
newstructure.Pieces = newstructure.FillNotHaveFiles("1") newstructure.Pieces = newstructure.FillNotHaveFiles("1")
} }
} }
newstructure.PiecePriority = newstructure.Pieces newstructure.PiecePriority = newstructure.FillNotHaveFiles("1")
} }
func (newstructure *NewTorrentStructure) FillSizes() { func (newstructure *NewTorrentStructure) FillSizes() {