Skip to content

Commit

Permalink
Update Immich.vue
Browse files Browse the repository at this point in the history
api changes in immich v1.85.0
  • Loading branch information
BryTheGuy authored and bastienwirtz committed Feb 23, 2024
1 parent de4b7e6 commit ff136b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/services/Immich.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ff136b6

Please sign in to comment.