aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-11-26 08:54:16 +0100
committerMax Kellermann <max@duempel.org>2014-11-26 08:54:16 +0100
commit12b6959ea201fea925c4376f961b8d54738292e2 (patch)
treef95b7d9794e5e2053000bab8472ecb5ee58bbb86 /doc
parent7519768cb1a9ed27012111d30cc69238616aba04 (diff)
downloadmpd-12b6959ea201fea925c4376f961b8d54738292e2.tar.gz
mpd-12b6959ea201fea925c4376f961b8d54738292e2.tar.xz
mpd-12b6959ea201fea925c4376f961b8d54738292e2.zip
Playlist: reset song priority on playback
A priority should be a volatile thing: it should schedule a song for playing back once, but it should not affect the next time the queue gets played.
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml
index 549b82c6c..2d5979a5f 100644
--- a/doc/protocol.xml
+++ b/doc/protocol.xml
@@ -240,7 +240,8 @@
bigger than the priority of the current song. Decreasing the
priority of a song will moved it farther to the end of the
sequence. Changing the priority of the current song has no
- effect on the sequence.
+ effect on the sequence. During playback, a song's priority is
+ reset to zero.
</para>
</section>
</chapter>