torrent/builder.go | 2 +- diff --git a/torrent/builder.go b/torrent/builder.go index a075ed45a90666dd81b3fa3541c6cc2549897e83..e43a9131b1b8c082dd25a57de4a49359b5907851 100644 --- a/torrent/builder.go +++ b/torrent/builder.go @@ -94,7 +94,7 @@ func (b *Builder) SetEncoding(encoding string) { b.encoding = encoding } -func (b *Builder) AddURL(url string) { +func (b *Builder) AddWebSeedURL(url string) { b.urls = append(b.urls, url) }