-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 4fd86c37a7)
This commit is contained in:
parent
44d744fc5a
commit
fb9f2198bd
@ -4,6 +4,13 @@ Changelog
|
|||||||
|
|
||||||
This changelog is used to track all major changes to Mopidy.
|
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)
|
v2.1.0 (2017-01-02)
|
||||||
===================
|
===================
|
||||||
|
|||||||
@ -42,7 +42,7 @@ def currentsong(context):
|
|||||||
tl_track, position=position, stream_title=stream_title)
|
tl_track, position=position, stream_title=stream_title)
|
||||||
|
|
||||||
|
|
||||||
@protocol.commands.add('idle', list_command=True)
|
@protocol.commands.add('idle')
|
||||||
def idle(context, *subsystems):
|
def idle(context, *subsystems):
|
||||||
"""
|
"""
|
||||||
*musicpd.org, status section:*
|
*musicpd.org, status section:*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user