mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:47:22 +01:00
optimize file scanner, fix unban in banui, show syncshell notes in standalone profile ui
This commit is contained in:
parent
d50d9cdf0f
commit
a5aff6ba1a
5 changed files with 105 additions and 75 deletions
|
|
@ -201,7 +201,7 @@ public sealed class FileCacheManager : IDisposable
|
|||
AddHashedFile(fileCache);
|
||||
}
|
||||
|
||||
public (FileState, FileCacheEntity) ValidateFileCacheEntity(FileCacheEntity fileCache)
|
||||
public (FileState State, FileCacheEntity FileCache) ValidateFileCacheEntity(FileCacheEntity fileCache)
|
||||
{
|
||||
fileCache = ReplacePathPrefixes(fileCache);
|
||||
FileInfo fi = new(fileCache.ResolvedFilepath);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue