mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
parent
40854f358c
commit
5e6ac87eaf
23 changed files with 30 additions and 28 deletions
|
|
@ -81,7 +81,7 @@
|
|||
const mergedPerson = await getPerson({ id: person.id });
|
||||
const count = results.filter(({ success }) => success).length;
|
||||
notificationController.show({
|
||||
message: $t('merged_people_count', { values: { count: count } }),
|
||||
message: $t('merged_people_count', { values: { count } }),
|
||||
type: NotificationType.Info,
|
||||
});
|
||||
dispatch('merge', mergedPerson);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue