better state reporting

This commit is contained in:
2026-05-19 14:30:57 +02:00
parent ef68672203
commit 2daaafb229
3 changed files with 56 additions and 9 deletions
+1 -1
View File
@@ -392,7 +392,7 @@
(let ((m-id (hash-ref h 'at-music-id)))
(unless (and (null? force) (or (eq? m-id #f) (= m-id 0)))
(cb (list 'state h))))
(cb (list 'state (list h player-state)))))
)
)