Skip to content

Commit

Permalink
5.2.1 bugfixing option clearQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
hklages committed Aug 3, 2021
1 parent d83d798 commit bed3124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-sonos-plus",
"version": "5.2.0",
"version": "5.2.1",
"description": "A set of Node-RED nodes to control SONOS player in your local network.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/sonos-universal.js
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ module.exports = function (RED) {
}
await tsCoordinator.AVTransportService.AddURIToQueue({
InstanceID: 0, EnqueuedURI: firstItem.uri, EnqueuedURIMetaData: firstItem.metadata,
DesiredFirstTrackNumberEnqueued: 10, EnqueueAsNext: true
DesiredFirstTrackNumberEnqueued: 0, EnqueueAsNext: true
})

return {}
Expand Down

0 comments on commit bed3124

Please sign in to comment.