mirror of
https://github.com/immich-app/immich.git
synced 2025-12-19 17:23:21 +03:00
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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user