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
1 changed files with 2 additions and 2 deletions

View File

@ -924,12 +924,12 @@ OK
<cmdsynopsis>
<command>playlistdelete</command>
<arg choice="req"><replaceable>NAME</replaceable></arg>
<arg choice="req"><replaceable>SONGID</replaceable></arg>
<arg choice="req"><replaceable>SONGPOS</replaceable></arg>
</cmdsynopsis>
</term>
<listitem>
<para>
Deletes <varname>SONGID</varname> from the
Deletes <varname>SONGPOS</varname> from the
playlist <filename>NAME.m3u</filename>.
</para>
</listitem>