Skip to content

Commit 1f87e9e

Browse files
committed
fix(sendspin): take node-sendspin 0.6.2, which withholds seek from blind peers
An aiosendspin below 6.1.0 cannot name `seek`/`seek_relative`, and rejects the whole `server/state` rather than the two values — silence in the room, nothing in our log. 0.6.2 filters the command list per connection, from what the peer reports as its own library, so those clients play again and everyone else keeps the scrubber.
1 parent 99fa37d commit 1f87e9e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"dependencies": {
6868
"@sonn-audio/node-airplay": "^0.1.1",
6969
"@sonn-audio/node-googlecast": "^0.1.2",
70-
"@sonn-audio/node-sendspin": "^0.6.1",
70+
"@sonn-audio/node-sendspin": "^0.6.2",
7171
"@sonn-audio/node-slimproto": "0.1.4",
7272
"@sonn-audio/node-snapcast": "^0.2.2",
7373
"@sonn-audio/node-sonos": "^0.3.0",

0 commit comments

Comments
 (0)