mirror of
https://github.com/immich-app/immich.git
synced 2026-03-22 16:09:29 +03:00
feat: add isTransparent to db (#26413)
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user