Switch to unified view

a/src/upmpdutils.cxx b/src/upmpdutils.cxx
...
...
346
            ss << "<upnp:originalTrackNumber>" << val << 
346
            ss << "<upnp:originalTrackNumber>" << val << 
347
                "</upnp:originalTrackNumber>";
347
                "</upnp:originalTrackNumber>";
348
        }
348
        }
349
    }
349
    }
350
350
351
    {const string& val = song.artUri;
352
        if (!val.empty()) {
353
            ss << "<upnp:albumArtURI>" << SoapHelp::xmlQuote(val) << 
354
                "</upnp:albumArtURI>";
355
        }
356
    }
357
351
    // TBD: the res element normally has size, sampleFrequency,
358
    // TBD: the res element normally has size, sampleFrequency,
352
    // nrAudioChannels and protocolInfo attributes, which are bogus
359
    // nrAudioChannels and protocolInfo attributes, which are bogus
353
    // for the moment. partly because MPD does not supply them.  And
360
    // for the moment. partly because MPD does not supply them.  And
354
    // mostly everything is bogus if next is set...  
361
    // mostly everything is bogus if next is set...  
355
362