From: Matt Joiner Date: Thu, 11 Nov 2021 23:45:47 +0000 (+1100) Subject: Comment that BEP 19 is WebSeeds X-Git-Tag: v1.37.0~11 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=1bf7019340345214a38f774ae1910c525e18d06e;p=btrtrc.git Comment that BEP 19 is WebSeeds --- diff --git a/metainfo/metainfo.go b/metainfo/metainfo.go index 298c5118..583cf51e 100644 --- a/metainfo/metainfo.go +++ b/metainfo/metainfo.go @@ -21,7 +21,7 @@ type MetaInfo struct { Comment string `bencode:"comment,omitempty"` CreatedBy string `bencode:"created by,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