Switch to side-by-side view
--- a/src/upmpdutils.cxx +++ b/src/upmpdutils.cxx @@ -348,6 +348,13 @@ } } + {const string& val = song.artUri; + if (!val.empty()) { + ss << "<upnp:albumArtURI>" << SoapHelp::xmlQuote(val) << + "</upnp:albumArtURI>"; + } + } + // TBD: the res element normally has size, sampleFrequency, // nrAudioChannels and protocolInfo attributes, which are bogus // for the moment. partly because MPD does not supply them. And