Switch to side-by-side view
--- a/src/renderctl.cxx +++ b/src/renderctl.cxx @@ -125,6 +125,9 @@ chgdata += "<"; chgdata += it->first; + if (!it->first.compare("Volume") || !it->first.compare("Mute")) { + chgdata += " channel=\"Master\""; + } chgdata += " val=\""; chgdata += SoapHelp::xmlQuote(it->second); chgdata += "\"/>\n";