more fixes for folders that end with \
This commit is contained in:
@@ -20,7 +20,7 @@ namespace MareSynchronos.FileCacheDB
|
||||
|
||||
public void SetResolvedFilePath(string filePath)
|
||||
{
|
||||
Filepath = filePath.ToLowerInvariant();
|
||||
Filepath = filePath.ToLowerInvariant().Replace("\\\\", "\\");
|
||||
}
|
||||
|
||||
public void SetHash(string hash)
|
||||
|
||||
Reference in New Issue
Block a user