mirror of
https://github.com/immich-app/immich.git
synced 2026-04-24 18:19:51 -04:00
revert colorspace change
This commit is contained in:
parent
246df2ad16
commit
6d81bb60b4
@ -290,8 +290,7 @@ export class MetadataService extends BaseService {
|
||||
orientation: validate(exifTags.Orientation)?.toString() ?? null,
|
||||
projectionType: exifTags.ProjectionType ? String(exifTags.ProjectionType).toUpperCase() : null,
|
||||
bitsPerSample: this.getBitsPerSample(exifTags),
|
||||
colorspace:
|
||||
asset.type !== AssetType.Image || exifTags.ColorSpace === undefined ? null : String(exifTags.ColorSpace),
|
||||
colorspace: exifTags.ColorSpace === undefined ? null : String(exifTags.ColorSpace),
|
||||
|
||||
// camera
|
||||
make:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user