From 61570fe2e67bae537a3bb434f04a94c468c78d81 Mon Sep 17 00:00:00 2001 From: Glenn Thompson Date: Sat, 22 Nov 2025 10:53:52 +0300 Subject: [PATCH] fix: Remove extra closing paren in frontend-partials.lisp --- frontend-partials.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend-partials.lisp b/frontend-partials.lisp index 81304a6..047627a 100644 --- a/frontend-partials.lisp +++ b/frontend-partials.lisp @@ -46,7 +46,7 @@ `((:listenurl . ,(format nil "~a/asteroid.mp3" *stream-base-url*)) (:title . ,title) - (:listeners . ,total-listeners)))))))) + (:listeners . ,total-listeners))))))) (define-api asteroid/partial/now-playing () () "Get Partial HTML with live status from Icecast server"