diff --git a/mopidy/mpd/handler.py b/mopidy/mpd/handler.py index 2f688449..23df6438 100644 --- a/mopidy/mpd/handler.py +++ b/mopidy/mpd/handler.py @@ -120,7 +120,7 @@ class MpdHandler(object): raise MpdNotImplemented # TODO @handle_pattern(r'^clear$') - def _clear(self): + def _current_playlist_clear(self): """ *musicpd.org, current playlist section:*