diff options
author | Cotko <cotkocot@gmail.com> | 2018-10-31 03:16:05 +0100 |
---|---|---|
committer | Cotko <cotkocot@gmail.com> | 2018-10-31 03:16:05 +0100 |
commit | a0e57291174c5ac0e5c332595749f1fc4fef4ee0 (patch) | |
tree | 8ee03a81137fbccc9f7646607289b4fb1dec39ac /doc | |
parent | 534853cd32cf97494c432f4cca17078a2cee8d43 (diff) |
doc/protocol.rst: footnote for oneshot arg
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocol.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocol.rst b/doc/protocol.rst index 1553dfbd5..5409e84ce 100644 --- a/doc/protocol.rst +++ b/doc/protocol.rst @@ -423,7 +423,7 @@ Playback options :command:`single {STATE}` [#since_0_15]_ Sets single state to ``STATE``, - ``STATE`` should be ``0``, ``1`` or ``oneshot``. + ``STATE`` should be ``0``, ``1`` or ``oneshot`` [#since_0_20]_. When single is activated, playback is stopped after current song, or song is repeated if the 'repeat' mode is enabled. |