diff --git a/server/torr/storage/torrstor/reader.go b/server/torr/storage/torrstor/reader.go index 3d5e57e..76e6f2c 100644 --- a/server/torr/storage/torrstor/reader.go +++ b/server/torr/storage/torrstor/reader.go @@ -113,9 +113,9 @@ func (r *Reader) Close() { // file reader close in gotorrent // this struct close in cache r.isClosed = true - if len(r.file.Torrent().Files()) > 0 { - r.Reader.Close() - } + // if len(r.file.Torrent().Files()) > 0 { + // r.Reader.Close() + // } go r.cache.getRemPieces() }