Update Immich.vue

api changes in immich v1.85.0
pull/752/head
Ctrl_Plus 2023-11-10 13:47:08 -08:00 committed by Bastien Wirtz
parent de4b7e6124
commit ff136b6a2c
1 changed files with 1 additions and 1 deletions

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;