You've already forked torrent-client
mirror of
https://github.com/veggiedefender/torrent-client.git
synced 2025-11-06 09:29:16 +02:00
Test buildTrackerURL
This commit is contained in:
@@ -54,7 +54,7 @@ func (t *Torrent) Download() error {
|
||||
PieceLength: t.PieceLength,
|
||||
Length: t.Length,
|
||||
}
|
||||
err := downloader.Download()
|
||||
err = downloader.Download()
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user