aboutsummaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/torrent.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/torrent.go b/meta/torrent.go
index 0813e3b..56a6a97 100644
--- a/meta/torrent.go
+++ b/meta/torrent.go
@@ -15,7 +15,7 @@ type Info struct {
PieceLength int `bencode:"piece length"`
Pieces []byte `bencode:"pieces"`
Files []File `bencode:"files"`
- //Private bool
+ Private bool `bencode:"private"`
}
type Torrent struct {