fix: 修复嵌套目录浏览空白和文件扫描重复插入问题
This commit is contained in:
@@ -189,7 +189,8 @@ namespace FileShare_Services.Services.FileLibrary
|
||||
}
|
||||
|
||||
var absolutePath = info.FullName;
|
||||
seen.Add(absolutePath);
|
||||
if (!seen.Add(absolutePath))
|
||||
continue;
|
||||
|
||||
if (!existing.TryGetValue(absolutePath, out var record))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user