From fb9f2198bd485cefdbf4f5f331c530a2f8d9e2cd Mon Sep 17 00:00:00 2001 From: Btjones711 Date: Thu, 26 Jan 2017 21:02:28 -0600 Subject: [PATCH] -Changed Idle command by removing "list_command=False" to stay in convention with MPD -Edited change log to reflect the bugfix (cherry picked from commit 4fd86c37a760547a550f130efbef3930161b28b8) --- docs/changelog.rst | 7 +++++++ mopidy/mpd/protocol/status.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index e925db11..1e4b11aa 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,13 @@ Changelog This changelog is used to track all major changes to Mopidy. +v2.1.1 (unreleased) +=================== + +Bug fix release. + +- MPD: Added Idle to the list of commands in Mopidy like the list in MPD (Fixes: :issue:`1593`, PR: :issue:`1597`) + v2.1.0 (2017-01-02) =================== diff --git a/mopidy/mpd/protocol/status.py b/mopidy/mpd/protocol/status.py index 7eace9c7..7a525647 100644 --- a/mopidy/mpd/protocol/status.py +++ b/mopidy/mpd/protocol/status.py @@ -42,7 +42,7 @@ def currentsong(context): tl_track, position=position, stream_title=stream_title) -@protocol.commands.add('idle', list_command=True) +@protocol.commands.add('idle') def idle(context, *subsystems): """ *musicpd.org, status section:*