Commit 1b5dd452 authored by Max Kellermann's avatar Max Kellermann

doc: fix "playlistdelete" documentation

"playlistdelete" takes a song position, not a song id. There are no song ids in stored playlists.
parent 1bd3cde0
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment