Add empty line between methods
This commit is contained in:
parent
68810d01b7
commit
a4f640e085
@ -738,6 +738,7 @@ class MpdHandler(object):
|
||||
without arguments.
|
||||
"""
|
||||
return self.backend.playback.play()
|
||||
|
||||
@handle_pattern(r'^playid "(?P<songid>\d+)"$')
|
||||
def _playback_playid(self, songid):
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user