aboutsummaryrefslogtreecommitdiff
path: root/meta/torrent.go
diff options
context:
space:
mode:
Diffstat (limited to 'meta/torrent.go')
-rw-r--r--meta/torrent.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/torrent.go b/meta/torrent.go
index 6a510cb..3e8774a 100644
--- a/meta/torrent.go
+++ b/meta/torrent.go
@@ -23,6 +23,7 @@ type Torrent struct {
AnnounceList [][]string `bencode:"announce-list,optional"`
Comment string `bencode:"comment,optional"`
CreatedBy string `bencode:"created by,optional"`
+ Encoding string `bencode:"encoding,optional"`
CreationDate time.Time `bencode:"creation date,optional"`
HTTPSeeds []string `bencode:"httpseeds,optional"`
Info Info `bencode:"info"`