Skip to content

Commit

Permalink
doc/protocol: clarify "playlistmove" parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Aug 23, 2015
1 parent 4f29034 commit 9bcb01a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/protocol.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1475,15 +1475,15 @@ OK
<cmdsynopsis>
<command>playlistmove</command>
<arg choice="req"><replaceable>NAME</replaceable></arg>
<arg choice="req"><replaceable>SONGID</replaceable></arg>
<arg choice="req"><replaceable>SONGPOS</replaceable></arg>
<arg choice="req"><replaceable>FROM</replaceable></arg>
<arg choice="req"><replaceable>TO</replaceable></arg>
</cmdsynopsis>
</term>
<listitem>
<para>
Moves <varname>SONGID</varname> in the playlist
<filename>NAME.m3u</filename> to the position
<varname>SONGPOS</varname>.
Moves the song at position <varname>FROM</varname> in
the playlist <filename>NAME.m3u</filename> to the
position <varname>TO</varname>.
</para>
</listitem>
</varlistentry>
Expand Down

0 comments on commit 9bcb01a

Please sign in to comment.