Mass push

This commit is contained in:
2022-12-16 11:26:00 -07:00
parent ae1baaaf46
commit 33c5ce6e23
132 changed files with 5869 additions and 3712 deletions

View File

@ -29,7 +29,7 @@ internal class Metadata
return result;
}
internal static string? GetFaceLocation(string file)
internal static string? GetFaceX(string file)
{
string? result;
List<string> results = new();