1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-10 21:33:19 +00:00
This commit is contained in:
gilbertchen
2024-08-09 21:36:29 +02:00
committed by GitHub

View File

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