mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-05-28 03:59:27 +00:00
sets entry filename
This commit is contained in:
parent
f7de11e9c2
commit
22e37c15e5
@ -60,7 +60,10 @@ namespace AutoClient.Modes.FolderStore
|
||||
var entry = status.Files.SingleOrDefault(f => f.Filename == localFilename);
|
||||
if (entry == null)
|
||||
{
|
||||
entry = new FileStatus();
|
||||
entry = new FileStatus
|
||||
{
|
||||
Filename = localFilename
|
||||
};
|
||||
status.Files.Add(entry);
|
||||
}
|
||||
ProcessFileEntry(folderFile, entry);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user