Increase logging

This commit is contained in:
tomkat83 2017-05-31 12:28:26 +02:00
parent 2fcdda48fb
commit 5698d30541
1 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,8 @@ def process_command(request_path, params, queue=None):
volume = int(params['volume'])
log.debug("Adjusting the volume to %s" % volume)
JSONRPC('Application.SetVolume').execute({"volume": volume})
else:
log.error('Unknown parameters: %s' % params)
elif request_path == "player/playback/play":
for playerid in getPlayerIds():