summaryrefslogtreecommitdiff
path: root/doc/protocol.rst
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-11-15 12:34:23 +0100
committerMax Kellermann <max@musicpd.org>2018-11-15 12:34:23 +0100
commit7c8dbcfaac6a10816a8542b5b331d205112a51a2 (patch)
treebcbd80652681c2ed39212187bdcfdbabfbc70f28 /doc/protocol.rst
parent436ba3c96c91a71d2acdbb545b693eb2ba57612c (diff)
doc/protocol.rst: song position is 0-based
Diffstat (limited to 'doc/protocol.rst')
-rw-r--r--doc/protocol.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocol.rst b/doc/protocol.rst
index 064ae149e..8bfdf2271 100644
--- a/doc/protocol.rst
+++ b/doc/protocol.rst
@@ -556,7 +556,7 @@ The Queue
There are two ways to address songs within the queue: by their
position and by their id.
-The position is a 1-based index. It is unstable by design: if you
+The position is a 0-based index. It is unstable by design: if you
move, delete or insert songs, all following indices will change, and a
client can never be sure what song is behind a given index/position.