aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/components/services/Immich.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/services/Immich.vue')
-rw-r--r--src/components/services/Immich.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/services/Immich.vue b/src/components/services/Immich.vue
index 7cde306..777ff72 100644
--- a/src/components/services/Immich.vue
+++ b/src/components/services/Immich.vue
@@ -78,7 +78,7 @@ export default {
78 "x-api-key": this.item.apikey, 78 "x-api-key": this.item.apikey,
79 }; 79 };
80 80
81 this.fetch(`/api/server-info/stats`, { headers }) 81 this.fetch(`/api/server-info/statistics`, { headers })
82 .then((stats) => { 82 .then((stats) => {
83 this.photos = stats.photos; 83 this.photos = stats.photos;
84 this.videos = stats.videos; 84 this.videos = stats.videos;