Comment that BEP 19 is WebSeeds

This commit is contained in:
Matt Joiner 2021-11-12 10:45:47 +11:00
parent 801fa59d5a
commit 1bf7019340
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ type MetaInfo struct {
Comment string `bencode:"comment,omitempty"` Comment string `bencode:"comment,omitempty"`
CreatedBy string `bencode:"created by,omitempty"` CreatedBy string `bencode:"created by,omitempty"`
Encoding string `bencode:"encoding,omitempty"` Encoding string `bencode:"encoding,omitempty"`
UrlList UrlList `bencode:"url-list,omitempty"` // BEP 19 UrlList UrlList `bencode:"url-list,omitempty"` // BEP 19 WebSeeds
} }
// Load a MetaInfo from an io.Reader. Returns a non-nil error in case of // Load a MetaInfo from an io.Reader. Returns a non-nil error in case of