mirror of
https://github.com/immich-app/immich.git
synced 2025-12-26 01:11:47 +03:00
feat: clean up old reports of checksum or missing files
refactor: combine the stream query
This commit is contained in:
@@ -288,7 +288,7 @@ export interface IIntegrityOrphanedFilesJob {
|
||||
}
|
||||
|
||||
export interface IIntegrityMissingFilesJob {
|
||||
paths: string[];
|
||||
paths: { path: string; reportId: string | null }[];
|
||||
}
|
||||
|
||||
export interface JobCounts {
|
||||
|
||||
Reference in New Issue
Block a user