Add empty line between methods
This commit is contained in:
parent
93e5a417e5
commit
b3826c86d6
@ -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<tag>[^"]+)" "(?P<needle>[^"]+)"$')
|
||||
def _current_playlist_playlistsearch(self, tag, needle):
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user