diff --git a/mopidy/mpd/handler.py b/mopidy/mpd/handler.py index 67a6d95f..403ee026 100644 --- a/mopidy/mpd/handler.py +++ b/mopidy/mpd/handler.py @@ -303,7 +303,7 @@ class MpdHandler(object): ``moveid {FROM} {TO}`` - Moves the song with ``FROM`` (songid) to ``TO` (playlist index) in + Moves the song with ``FROM`` (songid) to ``TO`` (playlist index) in the playlist. If ``TO`` is negative, it is relative to the current song in the playlist (if there is one). """ @@ -1338,4 +1338,4 @@ class MpdHandler(object): Saves the current playlist to ``NAME.m3u`` in the playlist directory. """ - raise MpdNotImplemented # TODO \ No newline at end of file + raise MpdNotImplemented # TODO