mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
fix not-yet-scanned-in files
This commit is contained in:
parent
79528b95e4
commit
fb983712c4
3 changed files with 3 additions and 3 deletions
|
|
@ -195,7 +195,7 @@ public sealed class FileCacheManager : IDisposable
|
|||
}
|
||||
else
|
||||
{
|
||||
result.Add(entry.Key, null);
|
||||
result.Add(entry.Key, CreateFileEntry(entry.Key));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue