From 1b5dd452d1806c0276a55ea4ffee17c456ff0f2f Mon Sep 17 00:00:00 2001 From: Max Kellermann <max@duempel.org> Date: Wed, 24 Dec 2008 23:54:09 +0100 Subject: [PATCH] doc: fix "playlistdelete" documentation "playlistdelete" takes a song position, not a song id. There are no song ids in stored playlists. --- doc/protocol.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/protocol.xml b/doc/protocol.xml index 304b492b1..ff5d4838f 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -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>