mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
feat: download original asset (#25302)
Co-authored-by: bwees <brandonwees@gmail.com>
This commit is contained in:
parent
a2b03f7650
commit
07675a2de4
29 changed files with 354 additions and 11 deletions
|
|
@ -352,6 +352,7 @@ export type AssetResponseDto = {
|
|||
height: number | null;
|
||||
id: string;
|
||||
isArchived: boolean;
|
||||
isEdited: boolean;
|
||||
isFavorite: boolean;
|
||||
isOffline: boolean;
|
||||
isTrashed: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue