-Changed Idle's list command to True to stay in convention with MPD
(cherry picked from commit 522ae022f3)
This commit is contained in:
parent
b2445a04db
commit
44d744fc5a
@ -42,7 +42,7 @@ def currentsong(context):
|
||||
tl_track, position=position, stream_title=stream_title)
|
||||
|
||||
|
||||
@protocol.commands.add('idle', list_command=False)
|
||||
@protocol.commands.add('idle', list_command=True)
|
||||
def idle(context, *subsystems):
|
||||
"""
|
||||
*musicpd.org, status section:*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user