Rename forgotten method

This commit is contained in:
Stein Magnus Jodal 2010-02-28 15:42:38 +01:00
parent a1eccc4973
commit e670644bf9

View File

@ -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:*