Increase logging
This commit is contained in:
parent
2fcdda48fb
commit
5698d30541
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@ def process_command(request_path, params, queue=None):
|
||||||
volume = int(params['volume'])
|
volume = int(params['volume'])
|
||||||
log.debug("Adjusting the volume to %s" % volume)
|
log.debug("Adjusting the volume to %s" % volume)
|
||||||
JSONRPC('Application.SetVolume').execute({"volume": volume})
|
JSONRPC('Application.SetVolume').execute({"volume": volume})
|
||||||
|
else:
|
||||||
|
log.error('Unknown parameters: %s' % params)
|
||||||
|
|
||||||
elif request_path == "player/playback/play":
|
elif request_path == "player/playback/play":
|
||||||
for playerid in getPlayerIds():
|
for playerid in getPlayerIds():
|
||||||
|
|
Loading…
Reference in a new issue