aboutsummaryrefslogtreecommitdiff
path: root/doc/protocol.xml
diff options
context:
space:
mode:
authorJeffrey Middleton <jeffrey.r.middleton@nasa.gov>2009-03-24 10:56:54 -0500
committerJeffrey Middleton <jefromi@gmail.com>2009-03-26 14:57:17 -0500
commit272a7d081bb4b6b32ea19df51963538d04a90b8a (patch)
treedd840bb04fea3c79de6643817dc805196a50db2b /doc/protocol.xml
parent17d23614a8e55c92a5f62fd0f0f4071bfb0e1158 (diff)
doc: Fixed moveid description
moveid uses an index, not a songid, for its second argument
Diffstat (limited to 'doc/protocol.xml')
-rw-r--r--doc/protocol.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml
index 14d286c6..238f896b 100644
--- a/doc/protocol.xml
+++ b/doc/protocol.xml
@@ -655,8 +655,8 @@ OK
</term>
<listitem>
<para>
- Moves the song with <varname>FROM</varname> to
- <varname>TO</varname> (both song ids) in the
+ Moves the song with <varname>FROM</varname> (songid) to
+ <varname>TO</varname> (playlist index) in the
playlist. If <varname>TO</varname> is negative, it
is relative to the current song in the playlist (if
there is one).