From b3826c86d6735424c0d6efb0df8874fc18579674 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 28 Feb 2010 16:33:08 +0100 Subject: [PATCH] Add empty line between methods --- mopidy/mpd/handler.py | 1 + 1 file changed, 1 insertion(+) 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): """