diff --git a/server/torr/storage/torrstor/cache.go b/server/torr/storage/torrstor/cache.go index 3d3a494..07a8418 100644 --- a/server/torr/storage/torrstor/cache.go +++ b/server/torr/storage/torrstor/cache.go @@ -62,7 +62,6 @@ func (c *Cache) Init(info *metainfo.Info, hash metainfo.Hash) { for i := 0; i < c.pieceCount; i++ { c.pieces[i] = &Piece{ Id: i, - Hash: info.Piece(i).Hash().HexString(), cache: c, } }