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:
parent
1bd3cde062
commit
1b5dd452d1
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue