mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(trash-sync): clean up NativeSyncApiImplBase and correct applyDelta
This commit is contained in:
parent
89d2d04ae4
commit
5582a08c3a
3 changed files with 11 additions and 11 deletions
|
|
@ -133,8 +133,9 @@ class DriftTrashedLocalAssetRepository extends DriftDatabaseRepository {
|
|||
albumId: item.albumId,
|
||||
name: item.asset.name,
|
||||
type: item.asset.type,
|
||||
checksum: effectiveChecksum == null ? const Value.absent() : Value(effectiveChecksum),
|
||||
checksum: Value(effectiveChecksum),
|
||||
createdAt: Value(item.asset.createdAt),
|
||||
updatedAt: Value(item.asset.updatedAt),
|
||||
width: Value(item.asset.width),
|
||||
height: Value(item.asset.height),
|
||||
durationInSeconds: Value(item.asset.durationInSeconds),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue