Fix typo
This commit is contained in:
parent
1e8f478efd
commit
d62608db3e
@ -113,7 +113,7 @@ class MpdHandler(object):
|
||||
raise MpdNotImplemented # TODO
|
||||
|
||||
@handle_pattern(r'^outputs$')
|
||||
def _audio_ouput_outputs(self):
|
||||
def _audio_output_outputs(self):
|
||||
"""
|
||||
*musicpd.org, audio output section:*
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user