shared: ParallelDirScanner: Fix missing progress report from top-level scan

This commit is contained in:
Albert S. 2022-06-27 23:11:26 +02:00
父節點 bda23670e3
當前提交 1636e39c5b
共有 1 個檔案被更改,包括 1 行新增0 行删除

查看文件

@ -99,6 +99,7 @@ void ParallelDirScanner::scan()
}
}
}
emit this->progress(this->processedPaths, this->processedPaths);
int threadsNum = getThreadsNum();
if(threadsNum == 0)
{