1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-06 00:03:38 +00:00
This commit is contained in:
gilbertchen
2025-02-02 15:04:26 +00:00
committed by GitHub

View File

@@ -189,7 +189,7 @@ func (downloader *ChunkDownloader) WaitForChunk(chunkIndex int) (chunk *Chunk) {
}
task := &downloader.taskList[i]
if !task.needed {
break
continue
}
if !task.isDownloading {