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

Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
shenlong
2025-07-30 19:14:19 +05:30
committed by GitHub
parent baadf9db20
commit 9f20522df5

View File

@@ -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