Rename forgotten method
This commit is contained in:
parent
a1eccc4973
commit
e670644bf9
@ -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:*
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user