fix issue when penumbra mod folder contains a part of the path of cache folder
This commit is contained in:
@@ -132,7 +132,7 @@ namespace MareSynchronos.WebAPI
|
||||
fi.LastWriteTime = RandomDayFunc().Invoke();
|
||||
try
|
||||
{
|
||||
_ = _fileDbManager.CreateFileCacheEntity(filePath);
|
||||
_ = _fileDbManager.CreateCacheEntry(filePath);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user