Merge branch 'bastienwirtz:main' into feature/relative-links

pull/747/head
Dan Simpson 2024-03-04 15:34:00 +11:00 committed by GitHub
commit d5d3e00029
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -437,7 +437,8 @@ The PiAlert service displays stats from your PiAlert server.
## Immich
The Immich service displays stats from your Immich server.
The Immich service displays stats from your Immich server.
The Immich server must be running at least version 1.85.0 for the correct api endpoint to work.
```yaml
- name: "Immich"

View File

@ -78,7 +78,7 @@ export default {
"x-api-key": this.item.apikey,
};
this.fetch(`/api/server-info/stats`, { headers })
this.fetch(`/api/server-info/statistics`, { headers })
.then((stats) => {
this.photos = stats.photos;
this.videos = stats.videos;