mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
don't fallback to exiftool for embedded image previews (#2747)
Given #2668 introduced support for imagemagick and libraw, this should no longer be necessary which allow for reduced code footprint and complexity. Fixes: #2744
This commit is contained in:
parent
1cbf9ff621
commit
3b4f6edbdb
5 changed files with 8 additions and 43 deletions
|
|
@ -2,7 +2,6 @@ import { IMediaRepository } from '@app/domain';
|
|||
|
||||
export const newMediaRepositoryMock = (): jest.Mocked<IMediaRepository> => {
|
||||
return {
|
||||
extractThumbnailFromExif: jest.fn(),
|
||||
extractVideoThumbnail: jest.fn(),
|
||||
resize: jest.fn(),
|
||||
crop: jest.fn(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue