db/upnp: pass const reference to getTagValue()
This commit is contained in:
parent
2cb912e4f4
commit
dafd0bc49a
|
@ -281,7 +281,7 @@ UpnpDatabase::GetSong(const char *uri, Error &error) const
|
||||||
* Retrieve the value for an MPD tag from an object entry.
|
* Retrieve the value for an MPD tag from an object entry.
|
||||||
*/
|
*/
|
||||||
static bool
|
static bool
|
||||||
getTagValue(UPnPDirObject& dirent, TagType tag,
|
getTagValue(const UPnPDirObject &dirent, TagType tag,
|
||||||
std::string &tagvalue)
|
std::string &tagvalue)
|
||||||
{
|
{
|
||||||
if (tag == TAG_TITLE) {
|
if (tag == TAG_TITLE) {
|
||||||
|
|
Loading…
Reference in New Issue