aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCtrl_Plus <44144252+BryTheGuy@users.noreply.github.com>2023-11-10 13:47:08 -0800
committerBastien Wirtz <bastien.wirtz@gmail.com>2024-02-23 00:59:40 -0800
commitff136b6a2c458d8d93e2daa3c09bc4256b1525c5 (patch)
treee15f6e94e016175825391e8ebe556a07f1810caa
parentde4b7e6124254a192c897bdf0070b078a64ee563 (diff)
downloadhomer-ff136b6a2c458d8d93e2daa3c09bc4256b1525c5.tar.gz
homer-ff136b6a2c458d8d93e2daa3c09bc4256b1525c5.tar.zst
homer-ff136b6a2c458d8d93e2daa3c09bc4256b1525c5.zip
Update Immich.vue
api changes in immich v1.85.0
-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;