increase the polling interval for #'update-stream-information

This commit is contained in:
Brian O'Reilly 2025-12-10 14:57:54 -05:00
parent 0748466811
commit afa9f2e172
1 changed files with 82 additions and 82 deletions

View File

@ -408,7 +408,7 @@
;; Periodically update stream info if in frameset ;; Periodically update stream info if in frameset
(let ((is-frameset-page (not (= (ps:@ window parent) (ps:@ window self))))) (let ((is-frameset-page (not (= (ps:@ window parent) (ps:@ window self)))))
(when is-frameset-page (when is-frameset-page
(set-interval update-stream-information 1000))) (set-interval update-stream-information 10000)))
;; Update now playing ;; Update now playing
(update-now-playing) (update-now-playing)