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>
|
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user