aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/Directory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/upnp/Directory.cxx')
-rw-r--r--src/db/upnp/Directory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/upnp/Directory.cxx b/src/db/upnp/Directory.cxx
index 8930890f3..ecb11ab45 100644
--- a/src/db/upnp/Directory.cxx
+++ b/src/db/upnp/Directory.cxx
@@ -168,7 +168,7 @@ protected:
break;
case 'r':
if (!m_path.back().compare("res")) {
- m_tobj.m_props["url"] += str;
+ m_tobj.url = str;
}
break;
case 'u':