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