fix issue when penumbra mod folder contains a part of the path of cache folder

This commit is contained in:
Stanley Dimant
2022-09-25 20:51:03 +02:00
parent 9142b2bee4
commit afb1cf1429
5 changed files with 29 additions and 19 deletions

View File

@@ -132,7 +132,7 @@ namespace MareSynchronos.WebAPI
fi.LastWriteTime = RandomDayFunc().Invoke();
try
{
_ = _fileDbManager.CreateFileCacheEntity(filePath);
_ = _fileDbManager.CreateCacheEntry(filePath);
}
catch (Exception ex)
{