mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat(server): return asset checksum (#2582)
* feat: return asset checksum * chore: generate open api * chore: coverage * feat(server): support base64 hashes in bulk upload check: * chore: generate open api
This commit is contained in:
parent
7f0ad8e2d2
commit
bca4626708
17 changed files with 111 additions and 103 deletions
|
|
@ -123,7 +123,7 @@
|
|||
</div>
|
||||
{/if}
|
||||
|
||||
{#if asset.resizePath}
|
||||
{#if asset.resized}
|
||||
<ImageThumbnail
|
||||
url={api.getAssetThumbnailUrl(asset.id, format, publicSharedKey)}
|
||||
altText={asset.originalFileName}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue