IgnoreExtensions-nef
Config-LoadPhotoPrismLocations TestMethodIntersect
This commit is contained in:
@ -30,7 +30,7 @@ public record Marker(
|
||||
internal static Shared.Models.Marker Map(Marker marker)
|
||||
{
|
||||
Shared.Models.Marker result;
|
||||
(double x, double y, double w, double h, double score) = (double.Parse(marker.X), double.Parse(marker.Y), double.Parse(marker.W), double.Parse(marker.H), double.Parse(marker.Score));
|
||||
(float x, float y, float w, float h, float score) = (float.Parse(marker.X), float.Parse(marker.Y), float.Parse(marker.W), float.Parse(marker.H), float.Parse(marker.Score));
|
||||
result = new(
|
||||
F_PhotoPrism.HexStringToString(marker.MarkerUid),
|
||||
F_PhotoPrism.HexStringToString(marker.FileUid),
|
||||
|
Reference in New Issue
Block a user