Moved from Google Photos
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user