doc: fix "playlistdelete" documentation

"playlistdelete" takes a song position, not a song id.  There are
no song ids in stored playlists.
This commit is contained in:
Max Kellermann 2008-12-24 23:54:09 +01:00
parent 1bd3cde062
commit 1b5dd452d1

View File

@ -924,12 +924,12 @@ OK
<cmdsynopsis> <cmdsynopsis>
<command>playlistdelete</command> <command>playlistdelete</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>SONGPOS</replaceable></arg>
</cmdsynopsis> </cmdsynopsis>
</term> </term>
<listitem> <listitem>
<para> <para>
Deletes <varname>SONGID</varname> from the Deletes <varname>SONGPOS</varname> from the
playlist <filename>NAME.m3u</filename>. playlist <filename>NAME.m3u</filename>.
</para> </para>
</listitem> </listitem>