device bits in info hash.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user