From 12b6959ea201fea925c4376f961b8d54738292e2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 26 Nov 2014 08:54:16 +0100 Subject: 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. --- doc/protocol.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/protocol.xml') 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. -- cgit v1.2.3