Browse Source

Refresh Info before checking access time

pull/240/head
Ionite 1 year ago
parent
commit
2f03389314
No known key found for this signature in database
  1. 2
      StabilityMatrix.Core/Models/Database/LocalImageFile.cs

2
StabilityMatrix.Core/Models/Database/LocalImageFile.cs

@ -126,6 +126,8 @@ public class LocalImageFile
GenerationParameters.TryParse(metadata, out genParams);
}
filePath.Info.Refresh();
return new LocalImageFile
{
RelativePath = relativePath,

Loading…
Cancel
Save