You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-06-30 05:29:30 +02:00
fix(web) show exif info in public shared (#1283)
* fix(web) show exif in public share page * Added exif info to return payload'
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
drawMap(asset.exifInfo.latitude, asset.exifInfo.longitude);
|
||||
}
|
||||
|
||||
export let albums: AlbumResponseDto[];
|
||||
export let albums: AlbumResponseDto[] = [];
|
||||
|
||||
onMount(async () => {
|
||||
if (browser) {
|
||||
|
Reference in New Issue
Block a user