mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:07:22 +01:00
fix issue when penumbra mod folder contains a part of the path of cache folder
This commit is contained in:
parent
9142b2bee4
commit
afb1cf1429
5 changed files with 29 additions and 19 deletions
|
|
@ -132,7 +132,7 @@ namespace MareSynchronos.WebAPI
|
|||
fi.LastWriteTime = RandomDayFunc().Invoke();
|
||||
try
|
||||
{
|
||||
_ = _fileDbManager.CreateFileCacheEntity(filePath);
|
||||
_ = _fileDbManager.CreateCacheEntry(filePath);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue