diff options
Diffstat (limited to 'src/db/upnp/Discovery.hxx')
-rw-r--r-- | src/db/upnp/Discovery.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/upnp/Discovery.hxx b/src/db/upnp/Discovery.hxx index 9e362c96f..0ac731329 100644 --- a/src/db/upnp/Discovery.hxx +++ b/src/db/upnp/Discovery.hxx @@ -66,7 +66,7 @@ class UPnPDeviceDirectory { class ContentDirectoryDescriptor { public: ContentDirectoryDescriptor(const std::string &url, - const std::string &description, + const char *description, time_t last, int exp) :device(url, description), last_seen(last), expires(exp+20) {} UPnPDevice device; |