Normalize channel-name polling to 15s (was 10s)
This commit is contained in:
parent
4f7b63e1b9
commit
17882bb82c
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue