From 7ae3664c912d926d2fc9dca2935b56a51e9a217d Mon Sep 17 00:00:00 2001 From: "Itai Y. Efrat" Date: Wed, 16 Dec 2020 19:35:13 +0200 Subject: [PATCH] doc/protocol.rst: fix MPD version on `oneshot` --- doc/protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/protocol.rst b/doc/protocol.rst index 68aa68144..185113b69 100644 --- a/doc/protocol.rst +++ b/doc/protocol.rst @@ -543,7 +543,7 @@ Playback options :command:`single {STATE}` [#since_0_15]_ Sets single state to ``STATE``, - ``STATE`` should be ``0``, ``1`` or ``oneshot`` [#since_0_20]_. + ``STATE`` should be ``0``, ``1`` or ``oneshot`` [#since_0_21]_. When single is activated, playback is stopped after current song, or song is repeated if the 'repeat' mode is enabled.