From 17882bb82c8cfc4a0de645fad13fe517b52c9fa2 Mon Sep 17 00:00:00 2001 From: Glenn Thompson Date: Sat, 14 Mar 2026 06:57:25 +0000 Subject: [PATCH] Normalize channel-name polling to 15s (was 10s) --- parenscript/stream-player.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parenscript/stream-player.lisp b/parenscript/stream-player.lisp index 82eadf1..62e2530 100644 --- a/parenscript/stream-player.lisp +++ b/parenscript/stream-player.lisp @@ -956,7 +956,7 @@ (setf (ps:@ curated-option text-content) (+ "🎧 " current-channel-name))))))))))) (catch (lambda (error) (ps:chain console (log "Could not fetch channel name:" error)))))) - 10000)) ;; Poll every 10 seconds + 15000)) ;; Poll every 15 seconds ;; Start now playing updates (set-timeout update-mini-now-playing 1000)