device bits in info hash.

This commit is contained in:
2026-07-03 23:15:47 +02:00
parent e381260773
commit 06c332474a
+1
View File
@@ -427,6 +427,7 @@
(if (null? r) #f (cdar r))))
(hash-set! h 'state player-state)
(hash-set! h 'valid-ao-handle (ao-valid? ao-h))
(hash-set! h 'ao-device-bits (if (ao-valid? ao-h) (ao-device-bits ao-h) #f))
(hash-set! h 'duration (if (ao-valid? ao-h) (ao-music-duration ao-h) #f))
(hash-set! h 'at-second (if (ao-valid? ao-h) (ao-at-second ao-h) #f))
(hash-set! h 'at-music-id m-id)