From 7fda9dc1981c4843ec755851c48bd0a023007316 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 20 Sep 2012 00:28:46 +0200 Subject: [PATCH] MPD: Fix copy-paste error in docs --- mopidy/frontends/mpd/protocol/playback.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mopidy/frontends/mpd/protocol/playback.py b/mopidy/frontends/mpd/protocol/playback.py index 356196e6..4152f11e 100644 --- a/mopidy/frontends/mpd/protocol/playback.py +++ b/mopidy/frontends/mpd/protocol/playback.py @@ -161,11 +161,11 @@ def playpos(context, songpos): *Clarifications:* - - ``playid "-1"`` when playing is ignored. - - ``playid "-1"`` when paused resumes playback. - - ``playid "-1"`` when stopped with a current track starts playback at the + - ``play "-1"`` when playing is ignored. + - ``play "-1"`` when paused resumes playback. + - ``play "-1"`` when stopped with a current track starts playback at the current track. - - ``playid "-1"`` when stopped without a current track, e.g. after playlist + - ``play "-1"`` when stopped without a current track, e.g. after playlist replacement, starts playback at the first track. *BitMPC:*