1
0
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:
Jesse
2019-12-22 22:36:07 -05:00
parent 519d64fa9a
commit 0b46e8444c
2 changed files with 21 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ func (t *Torrent) Download() error {
PieceLength: t.PieceLength,
Length: t.Length,
}
err := downloader.Download()
err = downloader.Download()
return err
}