fix(web): person asset count doesn't update when navigating (#24438)

This commit is contained in:
Yaros
2026-01-09 15:55:23 +01:00
committed by GitHub
parent 1d71bb5a79
commit cca037b03c
3 changed files with 12 additions and 16 deletions
@@ -32,6 +32,8 @@ export type Events = {
AssetUpdate: [AssetResponseDto];
AssetReplace: [{ oldAssetId: string; newAssetId: string }];
AssetsArchive: [string[]];
AssetsDelete: [string[]];
AlbumAddAssets: [];
AlbumUpdate: [AlbumResponseDto];