mirror of
https://github.com/immich-app/immich.git
synced 2025-08-05 08:42:27 -04:00
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:
parent
baadf9db20
commit
9f20522df5
@ -172,7 +172,8 @@ class NativeSyncApiImpl: NativeSyncApi {
|
|||||||
name: "",
|
name: "",
|
||||||
type: 0,
|
type: 0,
|
||||||
durationInSeconds: 0,
|
durationInSeconds: 0,
|
||||||
orientation: 0
|
orientation: 0,
|
||||||
|
isFavorite: false
|
||||||
)
|
)
|
||||||
if (updatedAssets.contains(AssetWrapper(with: predicate))) {
|
if (updatedAssets.contains(AssetWrapper(with: predicate))) {
|
||||||
continue
|
continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user