mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-06-21 20:01:21 +02:00
Update Immich.vue
api changes in immich v1.85.0
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user