Normalize channel-name polling to 15s (was 10s)

This commit is contained in:
Glenn Thompson 2026-03-14 06:57:25 +00:00
parent 4f7b63e1b9
commit 17882bb82c
1 changed files with 1 additions and 1 deletions

View File

@ -956,7 +956,7 @@
(setf (ps:@ curated-option text-content) (+ "🎧 " current-channel-name))))))))))) (setf (ps:@ curated-option text-content) (+ "🎧 " current-channel-name)))))))))))
(catch (lambda (error) (catch (lambda (error)
(ps:chain console (log "Could not fetch channel name:" 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 ;; Start now playing updates
(set-timeout update-mini-now-playing 1000) (set-timeout update-mini-now-playing 1000)