branch: elpa/hyperdrive commit d8e96321d290c0969fd797ab6aae5a8c7b43708a Author: Joseph Turner <jos...@ushin.org> Commit: Joseph Turner <jos...@ushin.org>
Fix: (h/fill-metadata) Fill disk-usage from GET request --- hyperdrive-lib.el | 1 + 1 file changed, 1 insertion(+) diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el index 20c2a85046..68096f73ec 100644 --- a/hyperdrive-lib.el +++ b/hyperdrive-lib.el @@ -971,6 +971,7 @@ HYPERDRIVE's public metadata file." (pcase-let (((cl-struct plz-response headers body) (h/api 'get (he/url entry) :as 'response :noquery t))) + (h//fill entry headers) (with-temp-buffer (insert body) (goto-char (point-min))