mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-12-08 20:29:05 +00:00
chore(server) Add user FK to album entity (#1569)
This commit is contained in:
3
mobile/openapi/lib/model/asset_response_dto.dart
generated
3
mobile/openapi/lib/model/asset_response_dto.dart
generated
@@ -221,7 +221,7 @@ class AssetResponseDto {
|
||||
exifInfo: ExifResponseDto.fromJson(json[r'exifInfo']),
|
||||
smartInfo: SmartInfoResponseDto.fromJson(json[r'smartInfo']),
|
||||
livePhotoVideoId: mapValueOfType<String>(json, r'livePhotoVideoId'),
|
||||
tags: TagResponseDto.listFromJson(json[r'tags'])!,
|
||||
tags: TagResponseDto.listFromJson(json[r'tags']) ?? const [],
|
||||
);
|
||||
}
|
||||
return null;
|
||||
@@ -285,7 +285,6 @@ class AssetResponseDto {
|
||||
'mimeType',
|
||||
'duration',
|
||||
'webpPath',
|
||||
'tags',
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user