PDA

View Full Version : [WebAPI] Bug sending Action ID volume_up and volume_down (key.h)


umcisou
2008-09-22, 10:35
When I tray to send these Action ID using key.h I've got a good response from webserver (ok) but nothing happens :

-http://localhost/xbmcCmds/xbmcHttp?command=Action&parameter=88 (#define ACTION VOLUME_UP)
-http://localhost/xbmcCmds/xbmcHttp?command=Action&parameter=89 (#define ACTION VOLUME_DOWN)

While -http://localhost/xbmcCmds/xbmcHttp?command=Action&parameter=91 (#define ACTION VOLUME_MUTE) is working fine.

Is that a bug ? If so I will post a ticket on trac.

jmarshall
2008-09-22, 10:58
Confirmed and fixed in r15657.

Cheers,
Jonathan

umcisou
2008-09-22, 11:34
Thank you very much.

You, all XBMC developers and Team, are doing such an amazing work.

jmarshall
2008-09-22, 11:49
You are most welcome. Thanks for your contribution to the community (the touchpad interface) as well :)