1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

refactor: enum casing (#19946)

This commit is contained in:
Jason Rasmussen
2025-07-15 14:50:13 -04:00
committed by GitHub
parent 920d7de349
commit e73abe0762
174 changed files with 2675 additions and 2459 deletions

View File

@ -176,7 +176,7 @@ export const personThumbnailStub = {
y2: 505,
oldHeight: 2880,
oldWidth: 2160,
type: AssetType.IMAGE,
type: AssetType.Image,
originalPath: '/original/path.jpg',
exifOrientation: '1',
previewPath: previewFile.path,
@ -189,7 +189,7 @@ export const personThumbnailStub = {
y2: 200,
oldHeight: 500,
oldWidth: 400,
type: AssetType.IMAGE,
type: AssetType.Image,
originalPath: '/original/path.jpg',
exifOrientation: '1',
previewPath: previewFile.path,
@ -202,7 +202,7 @@ export const personThumbnailStub = {
y2: 495,
oldHeight: 500,
oldWidth: 500,
type: AssetType.IMAGE,
type: AssetType.Image,
originalPath: '/original/path.jpg',
exifOrientation: '1',
previewPath: previewFile.path,
@ -215,7 +215,7 @@ export const personThumbnailStub = {
y2: 200,
oldHeight: 500,
oldWidth: 400,
type: AssetType.IMAGE,
type: AssetType.Image,
originalPath: '/original/path.dng',
exifOrientation: '1',
previewPath: previewFile.path,
@ -228,7 +228,7 @@ export const personThumbnailStub = {
y2: 251,
oldHeight: 1440,
oldWidth: 2162,
type: AssetType.IMAGE,
type: AssetType.Image,
originalPath: '/original/path.jpg',
exifOrientation: '1',
previewPath: previewFile.path,
@ -241,7 +241,7 @@ export const personThumbnailStub = {
y2: 152,
oldHeight: 1440,
oldWidth: 2162,
type: AssetType.IMAGE,
type: AssetType.Image,
originalPath: '/original/path.jpg',
exifOrientation: '1',
previewPath: previewFile.path,
@ -254,7 +254,7 @@ export const personThumbnailStub = {
y2: 200,
oldHeight: 500,
oldWidth: 400,
type: AssetType.VIDEO,
type: AssetType.Video,
originalPath: '/original/path.mp4',
exifOrientation: '1',
previewPath: previewFile.path,