]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Update Immich.vue
authorCtrl_Plus <44144252+BryTheGuy@users.noreply.github.com>
Fri, 10 Nov 2023 21:47:08 +0000 (13:47 -0800)
committerBastien Wirtz <bastien.wirtz@gmail.com>
Fri, 23 Feb 2024 08:59:40 +0000 (00:59 -0800)
api changes in immich v1.85.0

src/components/services/Immich.vue

index 7cde3065408f41f654ea5be3274483ea7a75137d..777ff7265cdc4b25373ad3f2bf649151ae946327 100644 (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;