diff options
author | Max Kellermann <max@musicpd.org> | 2018-10-31 12:00:01 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-10-31 12:00:01 +0100 |
commit | 8454083efae0f49fa0fc5282e8c890e23a669b59 (patch) | |
tree | 71c4cd8d959602cae74f0455da91114d70b75a50 /doc | |
parent | a0e57291174c5ac0e5c332595749f1fc4fef4ee0 (diff) |
doc/protocol.rst: "oneshot" was added to 0.21, not 0.20
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocol.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/protocol.rst b/doc/protocol.rst index 5409e84ce..5ace50aff 100644 --- a/doc/protocol.rst +++ b/doc/protocol.rst @@ -357,7 +357,7 @@ Querying ``MPD``'s status - ``volume``: ``0-100`` or ``-1`` if the volume cannot be determined - ``repeat``: ``0`` or ``1`` - ``random``: ``0`` or ``1`` - - ``single`` [#since_0_15]_: ``0``, ``1``, or ``oneshot`` [#since_0_20]_ + - ``single`` [#since_0_15]_: ``0``, ``1``, or ``oneshot`` [#since_0_21]_ - ``consume`` [#since_0_15]_: ``0`` or ``1`` - ``playlist``: 31-bit unsigned integer, the playlist version number - ``playlistlength``: integer, the length of the playlist @@ -1201,3 +1201,4 @@ idle event. .. [#since_0_16] Since :program:`MPD` 0.16 .. [#since_0_19] Since :program:`MPD` 0.20 .. [#since_0_20] Since :program:`MPD` 0.20 +.. [#since_0_21] Since :program:`MPD` 0.21 |