fix: load original image for gifs (#10252)

This commit is contained in:
Michel Heusschen
2024-06-13 12:57:46 +02:00
committed by GitHub
parent fb641c74be
commit a54e01ef2f
9 changed files with 81 additions and 11 deletions

View File

@@ -182,6 +182,7 @@ export type AssetResponseDto = {
livePhotoVideoId?: string | null;
localDateTime: string;
originalFileName: string;
originalMimeType: string;
originalPath: string;
owner?: UserResponseDto;
ownerId: string;