This commit is contained in:
blankie 2022-10-08 16:21:02 +07:00
parent ce496dbba1
commit f6e011e687
Signed by: blankie
GPG key ID: CC15FC822C7F61F5

View file

@ -84,7 +84,7 @@
(params->query `(("format" . "json")
("controller" . "Lightbox")
("method" . "getMediaDetail")
("fileTitle" . prefixed-title)))))
("fileTitle" . ,prefixed-title)))))
(log-outgoing dest-url)
(define dest-res (easy:get dest-url #:timeouts timeouts))
(easy:response-json dest-res)]