Moved from Google Photos

This commit is contained in:
2023-05-08 08:39:04 -07:00
parent 0ca53436e5
commit aec9d0a55d
6 changed files with 42 additions and 23 deletions

View File

@ -106,7 +106,7 @@ internal abstract class Property
if (result is not null)
break;
}
if (result is not null && result.Value)
if (result is not null && !result.Value)
break;
}
return new(result, results);