cmd/index/main.go | 2 +- diff --git a/cmd/index/main.go b/cmd/index/main.go index e7011a74078268f68cf0f48c602ed2abd02550e1069bd4f3d5c57c913482e914..b886e638dacf737c59ddd3cf2e86c0fec86b0630d95a6db7e881984f5644f174 100644 --- a/cmd/index/main.go +++ b/cmd/index/main.go @@ -92,7 +92,7 @@ if torrent.Id == 0 { panic("empty id") } if torrent.Size == 0 { - panic("empty size") + continue } if bytes.Equal(torrent.Hash[:], emptyHash) { panic("empty hash")