mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat: favorite action (#19623)
This commit is contained in:
parent
fa5f30d9ca
commit
4c3fcdc745
16 changed files with 238 additions and 56 deletions
|
|
@ -37,9 +37,10 @@ class RemoteAssetEntity extends Table
|
|||
}
|
||||
|
||||
extension RemoteAssetEntityDataDomainEx on RemoteAssetEntityData {
|
||||
Asset toDto() => Asset(
|
||||
RemoteAsset toDto() => RemoteAsset(
|
||||
id: id,
|
||||
name: name,
|
||||
ownerId: ownerId,
|
||||
checksum: checksum,
|
||||
type: type,
|
||||
createdAt: createdAt,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue