From 534853cd32cf97494c432f4cca17078a2cee8d43 Mon Sep 17 00:00:00 2001 From: Cotko Date: Wed, 31 Oct 2018 03:12:35 +0100 Subject: [PATCH] doc/protocol.rst: add oneshot to the single command arguments --- doc/protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/protocol.rst b/doc/protocol.rst index bcdc0e0ca..1553dfbd5 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 or 1. + ``STATE`` should be ``0``, ``1`` or ``oneshot``. When single is activated, playback is stopped after current song, or song is repeated if the 'repeat' mode is enabled.