doc/protocol: clarify "playlistmove" parameters

This commit is contained in:
Max Kellermann 2015-08-23 15:20:14 +02:00
parent 4f29034f11
commit 9bcb01a75e

View File

@ -1475,15 +1475,15 @@ OK
<cmdsynopsis> <cmdsynopsis>
<command>playlistmove</command> <command>playlistmove</command>
<arg choice="req"><replaceable>NAME</replaceable></arg> <arg choice="req"><replaceable>NAME</replaceable></arg>
<arg choice="req"><replaceable>SONGID</replaceable></arg> <arg choice="req"><replaceable>FROM</replaceable></arg>
<arg choice="req"><replaceable>SONGPOS</replaceable></arg> <arg choice="req"><replaceable>TO</replaceable></arg>
</cmdsynopsis> </cmdsynopsis>
</term> </term>
<listitem> <listitem>
<para> <para>
Moves <varname>SONGID</varname> in the playlist Moves the song at position <varname>FROM</varname> in
<filename>NAME.m3u</filename> to the position the playlist <filename>NAME.m3u</filename> to the
<varname>SONGPOS</varname>. position <varname>TO</varname>.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>