mirror of
https://github.com/gilbertchen/duplicacy
synced 2025-12-06 00:03:38 +00:00
Compare commits
3 Commits
master
...
download_p
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
54c4ebaa99 | ||
|
|
3255d8168a | ||
|
|
08e85c49ff |
@@ -220,7 +220,7 @@ func (downloader *ChunkDownloader) WaitForChunk(chunkIndex int) (chunk *Chunk) {
|
||||
}
|
||||
task := &downloader.taskList[i]
|
||||
if !task.needed {
|
||||
break
|
||||
continue
|
||||
}
|
||||
|
||||
if !task.isDownloading {
|
||||
|
||||
Reference in New Issue
Block a user