diff options
author | Jeffrey Middleton <jeffrey.r.middleton@nasa.gov> | 2009-03-24 10:56:54 -0500 |
---|---|---|
committer | Jeffrey Middleton <jefromi@gmail.com> | 2009-03-26 14:57:17 -0500 |
commit | 272a7d081bb4b6b32ea19df51963538d04a90b8a (patch) | |
tree | dd840bb04fea3c79de6643817dc805196a50db2b /doc/protocol.xml | |
parent | 17d23614a8e55c92a5f62fd0f0f4071bfb0e1158 (diff) | |
download | mpd-272a7d081bb4b6b32ea19df51963538d04a90b8a.tar.gz mpd-272a7d081bb4b6b32ea19df51963538d04a90b8a.tar.xz mpd-272a7d081bb4b6b32ea19df51963538d04a90b8a.zip |
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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index 14d286c63..238f896b2 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). |