diff --git a/mopidy/mpd/handler.py b/mopidy/mpd/handler.py index 4afe77d6..d3656f42 100644 --- a/mopidy/mpd/handler.py +++ b/mopidy/mpd/handler.py @@ -373,6 +373,7 @@ class MpdHandler(object): if end is not None: end = int(end) return self.backend.current_playlist.playlist.mpd_format(start, end) + @handle_pattern(r'^playlistsearch "(?P[^"]+)" "(?P[^"]+)"$') def _current_playlist_playlistsearch(self, tag, needle): """