Update TODO for MPD command 'kill'

This commit is contained in:
Stein Magnus Jodal 2011-06-03 17:34:19 +02:00
parent 30d6d6f29e
commit 4db9c0139b

View File

@ -22,7 +22,9 @@ def kill(context):
Kills MPD.
"""
pass # TODO
# TODO We do not want to allow remote killing of Mopidy. We should throw an
# MPD exception here. Maybe using ACK_ERROR_PERMISSION.
pass
@handle_pattern(r'^password "(?P<password>[^"]+)"$')
def password_(context, password):