diff --git a/mopidy/mpd/handler.py b/mopidy/mpd/handler.py index 981307d5..cd6be9be 100644 --- a/mopidy/mpd/handler.py +++ b/mopidy/mpd/handler.py @@ -1045,7 +1045,7 @@ class MpdHandler(object): notifications when something changed in one of the specified subsystems. """ - raise MpdNotImplemented # TODO + pass # TODO @handle_pattern(r'^noidle$') def _status_noidle(self):