mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
update
This commit is contained in:
@@ -49,7 +49,7 @@ func (r *Reader) preload() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for i := begin; i < end; i++ {
|
for i := begin; i < end; i++ {
|
||||||
if i >= readerPiece && i <= readerPiece+rahPiece { // reader pieces
|
if i <= readerPiece+rahPiece { // reader pieces
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
torr.Piece(i).SetPriority(torrent.PiecePriorityNormal)
|
torr.Piece(i).SetPriority(torrent.PiecePriorityNormal)
|
||||||
|
|||||||
Reference in New Issue
Block a user