chore: add isFavorite to PlatformAsset in duplicate check (#20427)

Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
pull/20439/head
shenlong 2025-07-30 19:14:19 +07:00 committed by GitHub
parent baadf9db20
commit 9f20522df5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

@ -172,7 +172,8 @@ class NativeSyncApiImpl: NativeSyncApi {
name: "",
type: 0,
durationInSeconds: 0,
orientation: 0
orientation: 0,
isFavorite: false
)
if (updatedAssets.contains(AssetWrapper(with: predicate))) {
continue