mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
refactor: tests (#25987)
This commit is contained in:
@@ -185,7 +185,7 @@ export class MediaService extends BaseService {
|
||||
|
||||
const generated = await this.generateEditedThumbnails(asset, config);
|
||||
await this.syncFiles(
|
||||
asset.files.filter((asset) => asset.isEdited),
|
||||
asset.files.filter((file) => file.isEdited),
|
||||
generated?.files ?? [],
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user