mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
feat: add isTransparent to db (#26413)
This commit is contained in:
parent
bf47147fbb
commit
d14d0a9b9b
8 changed files with 90 additions and 6 deletions
|
|
@ -26,6 +26,7 @@ export class AssetFileFactory {
|
|||
path: `/data/12/34/thumbs/${id.slice(0, 2)}/${id.slice(2, 4)}/${id}${isEdited ? '_edited' : ''}.jpg`,
|
||||
updateId: newUuidV7(),
|
||||
isProgressive: false,
|
||||
isTransparent: false,
|
||||
isEdited,
|
||||
...dto,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue