From 1bf7019340345214a38f774ae1910c525e18d06e Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Fri, 12 Nov 2021 10:45:47 +1100 Subject: [PATCH] Comment that BEP 19 is WebSeeds --- metainfo/metainfo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.48.1