Skip to content

Commit

Permalink
Merge pull request volumio#3 from foxey/master
Browse files Browse the repository at this point in the history
Corrected websocket command for 'previous'
  • Loading branch information
volumio authored Dec 11, 2016
2 parents aad944a + 00cd205 commit 76a22fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02_API/02_WebSocket_APIs.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ io.emit('addToPlaylist', {"name": "Music", "service": "mpd", "uri": "music-libra
**Play:** play
**Pause:** pause
**Stop:** stop
**Previous:** previous
**Previous:** prev
**Next:** next
**Seek** seek N (N is the time in seconds that the playback will keep)
**Random** setRandom(true|false)
Expand Down

0 comments on commit 76a22fd

Please sign in to comment.