From 9bcb01a75e6023505b56b5496aaeb6f114b52cd0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 23 Aug 2015 15:20:14 +0200 Subject: [PATCH] doc/protocol: clarify "playlistmove" parameters --- doc/protocol.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/protocol.xml b/doc/protocol.xml index f9f8ea346..5427156d0 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -1475,15 +1475,15 @@ OK playlistmove NAME - SONGID - SONGPOS + FROM + TO - Moves SONGID in the playlist - NAME.m3u to the position - SONGPOS. + Moves the song at position FROM in + the playlist NAME.m3u to the + position TO.