mirror of
https://github.com/immich-app/immich.git
synced 2025-02-18 01:24:26 -05:00
* fix: include live images in person view count Fixed an issue where the total image count in the person view excluded live images. The query now correctly accounts for all relevant assets by removing the condition that filtered out assets with a livePhotoVideoId. Issue: - Image count under a person’s name was inaccurate, showing only static images. Fix: - Removed `.on('assets.livePhotoVideoId', 'is', null)` from the LEFT JOIN condition. Tested on: - Web Ran PR checklist * chore: run make sql. --------- Co-authored-by: Alex <alex.tran1502@gmail.com> |
||
---|---|---|
.. | ||
bin | ||
resources | ||
src | ||
test | ||
.gitignore | ||
.nvmrc | ||
.prettierignore | ||
.prettierrc | ||
Dockerfile | ||
eslint.config.mjs | ||
nest-cli.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
start.sh | ||
tsconfig.build.json | ||
tsconfig.json | ||
vitest.config.medium.mjs | ||
vitest.config.mjs |
Immich server project
This project uses the NestJS web framework. Please refer to the NestJS docs for information on getting started as a contributor to this project.