Kodi Community Forum

Full Version: [WebAPI] Bug sending Action ID volume_up and volume_down (key.h)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
Confirmed and fixed in r15657.

Cheers,
Jonathan
Thank you very much.

You, all XBMC developers and Team, are doing such an amazing work.
You are most welcome. Thanks for your contribution to the community (the touchpad interface) as well Smile