doc/protocol.rst: add oneshot to the single command arguments

This commit is contained in:
Cotko 2018-10-31 03:12:35 +01:00
parent fb0ead1788
commit 534853cd32

View File

@ -423,7 +423,7 @@ Playback options
:command:`single {STATE}` [#since_0_15]_ :command:`single {STATE}` [#since_0_15]_
Sets single state to ``STATE``, Sets single state to ``STATE``,
``STATE`` should be 0 or 1. ``STATE`` should be ``0``, ``1`` or ``oneshot``.
When single is activated, playback is stopped after current song, or When single is activated, playback is stopped after current song, or
song is repeated if the 'repeat' mode is enabled. song is repeated if the 'repeat' mode is enabled.