mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
cleanup
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user