aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/Directory.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 757e2e19d..00ce68816 100644
--- a/src/db/upnp/Directory.cxx
+++ b/src/db/upnp/Directory.cxx
@@ -172,7 +172,7 @@ protected:
switch (m_path.back()[0]) {
case 'r':
if (!m_path.back().compare("res")) {
- m_tobj.url = str;
+ m_tobj.url = std::move(str);
}
break;
case 'u':