mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
refactor TrashedAsset model
fix missed data transfering
This commit is contained in:
parent
ccc86d8440
commit
4b2b99942c
4 changed files with 110 additions and 42 deletions
|
|
@ -34,5 +34,10 @@ extension TrashedLocalAssetEntityDataDomainExtension on TrashedLocalAssetEntityD
|
|||
type: type,
|
||||
createdAt: createdAt,
|
||||
updatedAt: updatedAt,
|
||||
durationInSeconds: durationInSeconds,
|
||||
isFavorite: isFavorite,
|
||||
height: height,
|
||||
width: width,
|
||||
orientation: orientation,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue