mirror of
https://github.com/rumanzo/bt2qbt.git
synced 2024-11-22 02:12:39 +01:00
fix piecepriotiry structure
This commit is contained in:
parent
4e54ce54a7
commit
45d06fac8b
@ -158,7 +158,7 @@ func (newstructure *NewTorrentStructure) FillMissing() {
|
||||
newstructure.Pieces = newstructure.FillNotHaveFiles("1")
|
||||
}
|
||||
}
|
||||
newstructure.PiecePriority = newstructure.FillNotHaveFiles("1")
|
||||
newstructure.PiecePriority = newstructure.Pieces
|
||||
}
|
||||
|
||||
func (newstructure *NewTorrentStructure) FillSizes() {
|
||||
|
Loading…
Reference in New Issue
Block a user