OK instead of ACK on 'idle'

This commit is contained in:
Stein Magnus Jodal 2010-03-09 00:01:44 +01:00
parent 6551b8309e
commit a8f11174fe

View File

@ -1045,7 +1045,7 @@ class MpdHandler(object):
notifications when something changed in one of the specified notifications when something changed in one of the specified
subsystems. subsystems.
""" """
raise MpdNotImplemented # TODO pass # TODO
@handle_pattern(r'^noidle$') @handle_pattern(r'^noidle$')
def _status_noidle(self): def _status_noidle(self):