mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
parent
40e079a247
commit
4b29bccc7c
36 changed files with 47 additions and 47 deletions
2
server/test/fixtures/library.stub.ts
vendored
2
server/test/fixtures/library.stub.ts
vendored
|
|
@ -1,6 +1,6 @@
|
|||
import { join } from 'node:path';
|
||||
import { THUMBNAIL_DIR } from 'src/cores/storage.core';
|
||||
import { APP_MEDIA_LOCATION } from 'src/domain/domain.constant';
|
||||
import { THUMBNAIL_DIR } from 'src/domain/storage/storage.core';
|
||||
import { LibraryEntity, LibraryType } from 'src/infra/entities/library.entity';
|
||||
import { userStub } from 'test/fixtures/user.stub';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue