diff --git a/shared/indexsyncer.cpp b/shared/indexsyncer.cpp index 6a35282..13b5654 100644 --- a/shared/indexsyncer.cpp +++ b/shared/indexsyncer.cpp @@ -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()) {