Skip to content

Commit

Permalink
feat: add all supported playmodes (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emile Nijssen authored and bencevans committed Jul 23, 2018
1 parent 48efac9 commit fa27bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sonos.js
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ Sonos.prototype.getPlayMode = async function () {
})
}

const playmodes = ['NORMAL', 'REPEAT_ALL', 'SHUFFLE', 'SHUFFLE_NOREPEAT']
const playmodes = ['NORMAL', 'REPEAT_ONE', 'REPEAT_ALL', 'SHUFFLE', 'SHUFFLE_NOREPEAT', 'SHUFFLE_REPEAT_ONE']
/**
* Set Play Mode
* @param {String} playmode
Expand Down

0 comments on commit fa27bea

Please sign in to comment.