mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
refactor: migrate media repository (#15536)
This commit is contained in:
parent
30b8864d2d
commit
66849d0d45
15 changed files with 154 additions and 171 deletions
|
|
@ -12,7 +12,7 @@ import {
|
|||
VideoContainer,
|
||||
} from 'src/enum';
|
||||
import { ConcurrentQueueName, QueueName } from 'src/interfaces/job.interface';
|
||||
import { ImageOptions } from 'src/interfaces/media.interface';
|
||||
import { ImageOptions } from 'src/types';
|
||||
|
||||
export interface SystemConfig {
|
||||
backup: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue