shared: IndexSyncer: Check whether file is located in a mountpath
Este commit está contenido en:
padre
61a446ec2d
commit
61fa7ca16d
@ -55,6 +55,11 @@ void IndexSyncer::sync()
|
||||
emit finished(totalUpdatesFilesCount, totalDeletedFilesCount, totalErroredFilesCount);
|
||||
return;
|
||||
}
|
||||
if(Common::isMountPath(fileData.absPath))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
QFileInfo fileInfo(fileData.absPath);
|
||||
if(fileInfo.exists())
|
||||
{
|
||||
|
Cargando…
Referencia en una nueva incidencia
Block a user