mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
* Remove thumbnail generation on mobile * Remove tconditions for missing thumbnail on the backend * Remove console.log * Refactor queue systems * Convert queue and processor name to constant * Added corresponding interface to job queue
8 lines
329 B
TypeScript
8 lines
329 B
TypeScript
export * from './interfaces/asset-uploaded.interface';
|
|
export * from './interfaces/metadata-extraction.interface';
|
|
export * from './interfaces/video-transcode.interface';
|
|
export * from './interfaces/thumbnail-generation.interface';
|
|
|
|
export * from './constants/job-name.constant';
|
|
export * from './constants/queue-name.constant';
|